Quote:
Originally Posted by Mr_love_monkey
Yep, I can do that - but what I am looking for is an example of a client call, passing in a custom cookie - since by default xmlrpc doesn't really have a standard way of dealing with extra cookies in the request
|
perl -MCPAN -e shell
cpan> install RPC::XML
..
.
some blurb...
.
.
Writing /usr/lib64/perl5/site_perl/5.8.0/auto/RPC/XML/.packlist
Appending installation info to /usr/lib64/perl5/5.8.0/x86_64-linux-thread-multi/perllocal.pod
/usr/bin/make install -- OK
cpan> quit
perldoc RPC::XML
Look at the authenticate method
http://search.cpan.org/src/JALDHAR/W...ce/Advogato.pm
I dunno man, why do you want to use perl and this old has been RPC::XML ?