[
https://issues.apache.org/jira/browse/HTTPCLIENT-1061?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dusan Onofer updated HTTPCLIENT-1061:
-------------------------------------
Description:
I'm following example
http://hc.apache.org/httpcomponents-client-ga/examples.html
Proxy authentication
but it seems that not only proxy is receiving credentials for proxy.
In log, which is generated at target.host I can see header
Proxy-Authorization: Basic ....
--------- HEADER
Host:target.host:443
Connection:Keep-Alive
User-Agent:Apache-HttpClient/4.1 (java 1.5)
Proxy-Authorization:Basic Z
--------- POST
Dusan
was:
I'm following example
http://hc.apache.org/httpcomponents-client-ga/examples.html
Proxy authentication
but it seems that not only proxy is receiving credentials for proxy.
In log, which is generated at target.host I can see header
Proxy-Authorization: Basic ....
Dusan
> Proxy-Authorization header received on server side
> --------------------------------------------------
>
> Key: HTTPCLIENT-1061
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1061
> Project: HttpComponents HttpClient
> Issue Type: Bug
> Components: HttpClient
> Affects Versions: 4.1 Final
> Environment: java 1.5
> Reporter: Dusan Onofer
> Priority: Critical
> Attachments: ClientProxyAuthentication.java
>
>
>
> I'm following example
> http://hc.apache.org/httpcomponents-client-ga/examples.html
> Proxy authentication
>
> but it seems that not only proxy is receiving credentials for proxy.
> In log, which is generated at target.host I can see header
> Proxy-Authorization: Basic ....
> --------- HEADER
> Host:target.host:443
> Connection:Keep-Alive
> User-Agent:Apache-HttpClient/4.1 (java 1.5)
> Proxy-Authorization:Basic Z
> --------- POST
> Dusan
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]