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

feat(proxy-wasm) set querystring when setting ":path" #627

Closed
wants to merge 4 commits into from

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    67d48a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bacf51 View commit details
    Browse the repository at this point in the history
  3. refactor(proxy-wasm) rename call->uri to call->path

    ...to clarify that it matches `":path"` (that is, path including
    querystring), making the field name match the pseudo-header, as
    is the case with the other entries in `ngx_http_proxy_wasm_dispatch_s`.
    hishamhm committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    fd0fdcc View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2024

  1. tests(proxy-wasm) showcase that invalid characters in querystring are…

    … passed through.
    
    This matches the plain Nginx behavior, and showcased in one of the tests.
    hishamhm committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    f22115b View commit details
    Browse the repository at this point in the history