Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] relay HTTP request to upstream proxy without CONNECT #23

Open
nicerloop opened this issue Oct 19, 2023 · 0 comments
Open

Comments

@nicerloop
Copy link

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant