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

fix(proxy): replace changeOrigin changes in 5.3.0 with new rewriteWsOrigin option #17563

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jun 25, 2024

  1. Address issue 17562

    - Revert changeOrigin behaviour
    - Introduce rewriteWsOrigin option
    - Only use rewriteWsOrigin in ws requests
    - Update docs
    johnhunterarenko committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f6b370c View commit details
    Browse the repository at this point in the history
  2. Address issue 17520

    - Check for headersSent before rewriting Origin
    - Log warning if fails
    johnhunterarenko committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    c22faed View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    38d0d6c View commit details
    Browse the repository at this point in the history
  2. Update docs

    johnhunterarenko committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    5503d27 View commit details
    Browse the repository at this point in the history