You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently if the user intentionally add the Host header, we are overwriting it with the default host provided in the client URL. This is because the Host header has its own semantics in HTTP domain[1] and since in it is a not recommended to allow overwriting it programatically[2].
Description:
Currently if the user intentionally add the
Host
header, we are overwriting it with the default host provided in the client URL. This is because theHost
header has its own semantics in HTTP domain[1] and since in it is a not recommended to allow overwriting it programatically[2].[1] https://www.rfc-editor.org/rfc/rfc9110#section-7.2
[2] https://developer.mozilla.org/en-US/docs/Glossary/Forbidden_header_name
Describe your problem(s)
Tracelogs for request:
Describe your solution(s)
Let the user overwrite the
Host
header.The text was updated successfully, but these errors were encountered: