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

Add feature to specify custom headers for proxies #1877

Merged
merged 1 commit into from
Jan 22, 2023
Merged

Add feature to specify custom headers for proxies #1877

merged 1 commit into from
Jan 22, 2023

Commits on Jan 22, 2023

  1. Add feature to specify custom headers for proxies

    This adds a custom headers option in the ProxyAgent params, which allows
    specifying arbitrary headers. These will only provided in the initial
    CONNECT request to the proxy and never to the tunneled requests (they
    get their own headers specified in the request()).
    Sebmaster committed Jan 22, 2023
    Configuration menu
    Copy the full SHA
    0043b32 View commit details
    Browse the repository at this point in the history