Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Authentication with SOAP::Lite ?

by mod_alex (Beadle)
on Jun 04, 2003 at 15:44 UTC ( [id://263033]=note: print w/replies, xml ) Need Help??


in reply to Authentication with SOAP::Lite ?

Hello
Try to use simple authentification with tickets
the schema of the work of a client is
# to get generated ticket from remote site 1. $ticket = $soap_obj->login($username, $password); 2. $soap_obj->some_method($ticket, $anyAddParameters); 3. ..... 4. $soap_obj->logout($ticket);
You can enable sending tickets in cookie.
About extracting IP address of remote host. Currently I didn't find a solution how to do it when you
use SOAP::Transport::HTTP::Deamon
Alex

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://263033]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (3)
As of 2024-04-20 02:14 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found