in reply to HTTP basic authentication in SOAP::Lite
I had to encode into base64 to use this with some server.$authoriz = 'Basic '.encode_base64('passwd'); $webService->transport->http_request->headers->push_header('Authorizat +ion' => $authoriz);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HTTP basic authentication in SOAP::Lite
by rahed (Scribe) on Apr 17, 2009 at 13:48 UTC |