pytest-httpserver icon indicating copy to clipboard operation
pytest-httpserver copied to clipboard

Proxy support

Open csernazs opened this issue 5 years ago • 0 comments

Add proxy support so the code which needs to be tested can use the server in proxy mode. It means that a slightly different requests needs to be handled, in addition to the CONNECT method which is used for TLS.

Unfortunatelly werkzeug has no proxy support, so it may be better to use the wsgiprox library (https://github.com/webrecorder/wsgiprox). It also support TLS.

csernazs avatar Sep 24 '20 21:09 csernazs