I am setting python local server using python -m SimpleHTTPServer, I made that server publicly available using ngrock and have some public IP address like http://2ee94---.ngrok.io. Now I am making the request to the public IP address. I want to get IP address from request.
But I am getting the only status in the terminal. How to get details (IP address of client) of the request.
HTTP Requests
-------------
GET / 200 OK
GET / 200 OK
SimpleHTTPServeris, well, simple. Probably you want a more full-featured server…!?