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

reverse proxy: use Rewrite instead of Director #324

Open
wants to merge 1 commit into
base: sig-auth-acceptance
Choose a base branch
from

Commits on Nov 14, 2024

  1. reverse proxy: use Rewrite instead of Director

    This is to mitigate Golang's behavior with `ReverseProxy.Director`
    when, after the outgoing request is mutated, any headers specified by
    "Connection" would get rmoved from the mutated request.
    `ReverseProxy.Rewrite()` is only called once the headers specified in
    "Connection" were already removed from the outgoing-to-be request.
    stlaz committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    0ea614c View commit details
    Browse the repository at this point in the history