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 X-Forwarded-Port header should be set to the port on which fabio received the request, not the port that you are going to send the traffic to. The server that's receiving the traffic already knows what port it's on :)
The text was updated successfully, but these errors were encountered:
This breaks origin checks on applications using rack-protection as it expects the Origin header to include the port number that the backend server is listening on, which is unlikely to ever be correct unless everything happens to be using port 80 internally as well.
Heya,
The X-Forwarded-Port header should be set to the port on which fabio received the request, not the port that you are going to send the traffic to. The server that's receiving the traffic already knows what port it's on :)
The text was updated successfully, but these errors were encountered: