[ 
http://issues.apache.org/jira/browse/AXISCPP-666?page=comments#action_12316220 
] 

Chinthana Danapala commented on AXISCPP-666:
--------------------------------------------

http://www.ragestorm.net/tutorial?id=15

Proxy Authentication:

Some proxy servers require that the user authenticates itself, before it can 
use it. That is done with another header, named Proxy-Authorization.
syntax: 
Proxy-Authorization: Basic (base64)([username]:[password]) 
"Basic" is case-sensitive
The second part of the header, is the username and password, seperated by a 
colon, encoded in base64.


> proxy authentication
> --------------------
>
>          Key: AXISCPP-666
>          URL: http://issues.apache.org/jira/browse/AXISCPP-666
>      Project: Axis-C++
>         Type: New Feature
>   Components: Transport (axis3)
>     Versions: 1.6 Alpha
>     Reporter: John Hawkins

>
> support for proxy authentication.

-- 
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

Reply via email to