HTTP basic authentication using sockets in python

Posted by user352958 on Stack Overflow See other posts from Stack Overflow or by user352958
Published on 2010-05-28T13:50:17Z Indexed on 2010/05/28 13:51 UTC
Read the original article Hit count: 364

How to connect to a server using basic http auth thru sockets in python .I don't want to use urllib/urllib2 etc as my program does some low level socket I/O operations

© Stack Overflow or respective owner

Related posts about python

Related posts about networking