I have a RequestHandler object for incoming post()s. How can I find the IP of the client making the request? I’ve browsed most of RequestHandler‘s methods and properties and seem to have missed something.
I have a RequestHandler object for incoming post() s. How can I find the
Share
RequestHandler.request.remote_ip(from RequestHandler’s instance)you can inspect the response like: