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 field in a request provides the host and port
information from the target URI, enabling the origin server to
distinguish among resources while servicing requests for multiple
host names on a single IP address.
Host = uri-host [ ":" port ] ; Section 2.7.1
The text was updated successfully, but these errors were encountered:
Nginx::Request#authority doesn't return userinfo.
It just returns HOST header field that contains only host and port.
https://tools.ietf.org/html/rfc7230#section-5.4
The text was updated successfully, but these errors were encountered: