dave
08/15/2018, 9:09 PMelifarley
08/16/2018, 1:02 AMA "host" without any trailing port information implies the default port for the service requested (e.g., "80" for an HTTP URL)
So if I want to connect to <http://my.host.com:81/a/path/>
, the Host header must have the port information, otherwise it would imply port 80.