Isaac LAM created HTTPCLIENT-1519:
-------------------------------------

             Summary: redundant port when executing request
                 Key: HTTPCLIENT-1519
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1519
             Project: HttpComponents HttpClient
          Issue Type: Bug
            Reporter: Isaac LAM


When HttpClient execute request using HttpHost
e.g. client.execute(new HttpHost("www.example.com"), new HttpGet("/"));

the request will add a redundant port to Host header and/or URI
GET / HTTP/1.1
Host: www.example.com:80
.......(if through proxy)
GET http://www.example.com:80/ HTTP/1.1
Host: www.example.com:80



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to