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
The host header present in a given request can be changed via the client who is initiating the request, which will allow the request to be redirected to the now changed location header which takes its value from the host header (i.e. https://localhost/ can be redirected to https://localhost1/carbon after the host header is set to localhost1). The host header needs to be overridden from a configuration level in order to prevent this.
Environment information (Please complete the following information; remove any unnecessary fields) :
Product Version: v5.11.0
The text was updated successfully, but these errors were encountered:
Describe the issue:
The
host
header present in a given request can be changed via the client who is initiating the request, which will allow the request to be redirected to the now changedlocation
header which takes its value from the host header (i.e. https://localhost/ can be redirected to https://localhost1/carbon after thehost
header is set tolocalhost1
). The host header needs to be overridden from a configuration level in order to prevent this.Environment information (Please complete the following information; remove any unnecessary fields) :
The text was updated successfully, but these errors were encountered: