All,
How do we send a http request through a python script.which will login and in turn call another link?
Thanks.
All,
How do we send a http request through a python script.which will login and in turn call another link?
Thanks.
Have you looked at httplib? urllib may also be worth looking at as it is a slightly higher level interface.