How do I get the IP address from a http request using the requests library?
I am making HTTP requests using the requests library in python, but I need the ip address from the server that responded the http request and I'm trying to avoid to make two calls (and possibly having a different ip address from the one that responded the request.
Is that possible? Does any python http library allows me to do that?
ps: I also need to make HTTPS requests and to use an authenticated proxy. ( ๐๐๐๐๐๐ )
No comments:
Post a Comment