I'm making a tool where it logs URLs
to IP Addresses
, I've done one other project with requests but I don't know how to get the Remote Address
value under General
in my browser networking tab in the dev tools.
Here is a Screenshot of what I'm wanting to get:
It's not listed as a header or something I can request with a param=
flag. I don't know how to automate getting that information, can you please tell me if it's possible with requests or any other module in python.