Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > twisted.web's xmlrpc with digest authencitation

Reply
Thread Tools

twisted.web's xmlrpc with digest authencitation

 
 
exhuma.twn
Guest
Posts: n/a
 
      08-16-2007
I recently found a link[1] which demonstrates how to secure a xml-rpc
service with basic HTTP-auth. But this get's send in clear-text over
the net. There's also the HTTP-Digest auth mechanism which is
apparently supported as well by twisted[2].

How do I secure an xml-rpc service using digest-auth then?
If this works, all my troubles are suddenly gon and I am sold for
twisted

[1]: http://aspn.activestate.com/ASPN/Coo.../Recipe/526625
[2]: http://twistedmatrix.com/trac/ticket/1475

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Can't locate Digest/SHA.pm cannot install Digest/SHA myalo Perl Misc 4 11-28-2007 11:10 PM
xmlrpc and auth-digest Thomas Liesner Python 1 01-08-2007 06:20 PM
help: digest/sha2.so: no such file to load -- digest.so Tammy Mc Ruby 3 10-01-2006 01:36 AM
Re: xmlrpc, httplib and SSL (HTTP 1.1 XMLRPC client) Etienne Posthumus Python 1 04-01-2004 05:13 PM
Somewhat OT: HTTP Authentication - Digest EJ MCSE 0 10-24-2003 01:33 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57