|
Hi Folks, I have implemented the proxy authentication.
I was able to generate header for Proxy-Authorization successfully as follows. POST /axis/LimitedAll HTTP/1.1 Host: localhost:8888 Content-Type: text/xml; charset=UTF-8 Proxy-Authorization: Basic Y2hpbnRoYW5hOnBhdGl5bw== SOAPAction: "AllComplexType#echoAll" Content-Length: 504 Also
able to use both HTTP authentication and proxy authentication simultaneously on
a single stub. POST /axis/LimitedAll HTTP/1.1 Host: localhost:8888 Content-Type: text/xml;
charset=UTF-8 Proxy-Authorization: Basic
Y2hpbnRoYW5hOnBhdGl5bw== Authorization: Basic
Y2RpbmFwYWxhOmphdmE= SOAPAction:
"AllComplexType#echoAll" Content-Length: 504 But I was not able to test this. Can anyone
test this for me? Thanks Chinthana |
- Proxy Authentication Chinthana C. Dinapala
- Re: Proxy Authentication John Hawkins
