Skip to content

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

@nicerloop

Description

@nicerloop

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:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions