I think I have found the answer:
mitmdump -S some.dump -R http://remote.server.net -p 1080 --no-pop
Perhaps this could be added to the docs on Server replay mode. Something like:
""“
If you have captured the session in reverse proxy mode, in order to replay it you still have to define the server URL, otherwise you may get the error: ‘HTTP protocol error in client request: Invalid HTTP request form (expected authority or absolute…)’.
”""
Hi Maximilian, I have created the pull request: https://github.com/mitmproxy/mitmproxy/pull/1920.
Please revise and feel free to correct mistakes or style.
Thanks for the wonderful work you and the rest of the team are doing in mitmproxy.
best regards,
Rod