We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When invoking Websocket apis , headers are not managed in a case-insensitive manner. The origin header is set to target URL instead of the source URL.
Add following configs to deployment.toml
[transport.ws] sender.parameters."ws.headers.preserve" = "Origin,Host"
Invoke the WS api with "host" header . GW overrides backend endpoint as host header value .
When invoked without an Origin header , Origin header is set to target URL instead of the source URL .
APIM
3.2.0
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
When invoking Websocket apis , headers are not managed in a case-insensitive manner.
The origin header is set to target URL instead of the source URL.
Steps to Reproduce
Add following configs to deployment.toml
Invoke the WS api with "host" header . GW overrides backend endpoint as host header value .
When invoked without an Origin header , Origin header is set to target URL instead of the source URL .
Affected Component
APIM
Version
3.2.0
Environment Details (with versions)
No response
Relevant Log Output
No response
Related Issues
No response
Suggested Labels
No response
The text was updated successfully, but these errors were encountered: