Question

All,

How do we send a http request through a python script.which will login and in turn call another link?

Thanks.

Was it helpful?

Solution

Have you looked at httplib? urllib may also be worth looking at as it is a slightly higher level interface.

OTHER TIPS

I find that Urllib2 suffices in most cases. It has great support for passwords, authentication and cookies. Cookielib might help too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top