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
If I use tunnel mode, and want to connect to host https://xyz:8443, then the http CONNECT header contains:
CONNECT xyz:8443 HTTP/1.1
host: xyz:443
Connection: close
The authority in the request line (xyz:8443) and the host header (xyz:443) should match. Code is not taking custom port into account setting host line.
The text was updated successfully, but these errors were encountered:
If I use tunnel mode, and want to connect to host https://xyz:8443, then the http CONNECT header contains:
CONNECT xyz:8443 HTTP/1.1
host: xyz:443
Connection: close
The authority in the request line (xyz:8443) and the host header (xyz:443) should match. Code is not taking custom port into account setting host line.
The text was updated successfully, but these errors were encountered: