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
When a request is made to a server running on a non-standard port, the port should be included in the Host header. This is part of RFC-2616.
When follow_redirect is enabled and the client gets a 302 redirect, hackney's request to the new target includes a Host header for the new host but it does not include the port. When used with strict servers, this results in a bad request response.
The text was updated successfully, but these errors were encountered:
When a request is made to a server running on a non-standard port, the port should be included in the Host header. This is part of RFC-2616.
When
follow_redirect
is enabled and the client gets a 302 redirect, hackney's request to the new target includes a Host header for the new host but it does not include the port. When used with strict servers, this results in a bad request response.The text was updated successfully, but these errors were encountered: