You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My corporate proxy does not allow using CONNECT to establish connections to port 80, but requires cleartext HTTP proxy requests.
Can connections to port 80 be checked for HTTP correctness, and be proxied as GET/POST/PUT/xxx requests to the upstream HTTP proxy.
I have used, in a similar context, redsocks to achieve such redirections from a Docker for Windows environment, with two chains: one for port 80 to the http_relay module, the other for the rest to the http_connect module.
Hi,
My corporate proxy does not allow using CONNECT to establish connections to port 80, but requires cleartext HTTP proxy requests.
Can connections to port 80 be checked for HTTP correctness, and be proxied as GET/POST/PUT/xxx requests to the upstream HTTP proxy.
I have used, in a similar context, redsocks to achieve such redirections from a Docker for Windows environment, with two chains: one for port 80 to the http_relay module, the other for the rest to the http_connect module.
See:
The text was updated successfully, but these errors were encountered: