[ http://issues.apache.org/jira/browse/AXISCPP-613?page=comments#action_12316020 ]
Chinthana Danapala commented on AXISCPP-613: -------------------------------------------- http://www.ietf.org/rfc/rfc2617.txt --- 3.6 Proxy-Authentication and Proxy-Authorization The digest authentication scheme may also be used for authenticating users to proxies, proxies to proxies, or proxies to origin servers by use of the Proxy-Authenticate and Proxy-Authorization headers. These headers are instances of the Proxy-Authenticate and Proxy- Authorization headers specified in sections 10.33 and 10.34 of the HTTP/1.1 specification [2] and their behavior is subject to restrictions described there. The transactions for proxy authentication are very similar to those already described. Upon receiving a request which requires authentication, the proxy/server must issue the "407 Proxy Authentication Required" response with a "Proxy-Authenticate" header. The digest-challenge used in the Proxy-Authenticate header is the same as that for the WWW- Authenticate header as defined above in section 3.2.1. The client/proxy must then re-issue the request with a Proxy- Authorization header, with directives as specified for the Authorization header in section 3.2.2 above. On subsequent responses, the server sends Proxy-Authentication-Info with directives the same as those for the Authentication-Info header field. Note that in principle a client could be asked to authenticate itself to both a proxy and an end-server, but never in the same response. > Proxy Error > ----------- > > Key: AXISCPP-613 > URL: http://issues.apache.org/jira/browse/AXISCPP-613 > Project: Axis-C++ > Type: Bug > Components: Client - Engine > Versions: 1.5 Final > Environment: Win32, MS Visual C++ 6.X > Reporter: silkevonberg > > I´ll try to use the SetProxy-Method stub.setproxy(proxyserver,port), but the > proxy always get no authentification. > There is no Proxy-Authentification topic in the message, when I looked with > the tcpmon-tool. So I get always the message "HTTPTransport exception: HTTP > transport error proxy Authentification required" > I use basic authentification. > In the document "UsingProxy.txt" from Samisa there is nothing else mentioned > Greetings Silke -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
