T
Thomas Liesner
Hi all,
this may have been asked before, but as a newbie with xmlrpc i can't
find any suitable info on that. Sorry.
I am trying to write a simple xmlrpc-client in python and the server i
am trying to receive data from requires http auth digest.
The info on xmlrpclib covers auth basic thrugh url econding such as
"userass@server", but no auth digest.
Is there any other library i could use for that or can i write some sort
of wrapper around this using a differnt library like urllib?
TIA,
Tom
this may have been asked before, but as a newbie with xmlrpc i can't
find any suitable info on that. Sorry.
I am trying to write a simple xmlrpc-client in python and the server i
am trying to receive data from requires http auth digest.
The info on xmlrpclib covers auth basic thrugh url econding such as
"userass@server", but no auth digest.
Is there any other library i could use for that or can i write some sort
of wrapper around this using a differnt library like urllib?
TIA,
Tom