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
 Assigned to: 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

Reply via email to