Github user SvetlinZarev commented on the issue: https://github.com/apache/tomcat/pull/39 > Does the CONNECT verb not imply a default port number when none is present? @ChristopherSchultz According to [rfc2817 section 5.2](https://www.ietf.org/rfc/rfc2817.txt): > A CONNECT method requests that a proxy establish a tunnel connection > on its behalf. The Request-URI portion of the Request-Line is always > an 'authority' as defined by URI Generic Syntax [2], which is to say > **the host name and port number** destination of the requested connection > separated by a colon Also by the never finalized draft https://tools.ietf.org/html/draft-luotonen-web-proxy-tunneling-01#section-3.1: > The client connects to the proxy server, and uses the CONNECT method > to specify the hostname and the port number to connect to. The > hostname and port number are separated by a colon, and **both of them > must be specified**.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org