We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Does node-http-proxy support HTTP CONNECT requests, like:
CONNECT example.com:443 HTTP/1.1 Host: example.com:443
The proxy would then maintain the two connections, and forward the SSL traffic between the client and the target server.
If so, how do I set this up?
Thanks