John Abel wrote:

>Hi,
>
>I implemented a SimpleXMLRPCServer, modified it slightly to restrict 
>clients based on their IP, but I need to take it a stage further, and 
>add user authentication.  I would appreciate any pointers as to how I 
>might go about this, or any packages which already provide this.  I'm 
>guessing that I'll need to make changes to BaseHTTPServer.
>
>Thanks
>
>J
>  
>
Never mind, managed to modify SimpleXMLRPCServer with code from the 
digest examples in Python sandbox.

J
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to