[ http://issues.apache.org/jira/browse/AXISCPP-484?page=comments#action_59847 ] Samisa Abeysinghe commented on AXISCPP-484: -------------------------------------------
Tests with Axis Java server are successful. The client is capable to deal with an Axis Java server that requires basic authentication > Support Basic Authentication with HTTP headers > ---------------------------------------------- > > Key: AXISCPP-484 > URL: http://issues.apache.org/jira/browse/AXISCPP-484 > Project: Axis-C++ > Type: Improvement > Components: Client - Engine > Reporter: Samisa Abeysinghe > Assignee: Samisa Abeysinghe > Fix For: 1.5 Final > > Support the following: > Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ== > Where the syntax is: > basic-credentials = "Basic" SP basic-cookie > basic-cookie = <base64 [5] encoding of userid-password, > except not limited to 76 char/line> > userid-password = [ token ] ":" *TEXT -- 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 - If you want more information on JIRA, or have a bug to report see: http://www.atlassian.com/software/jira
