[Django]-How to get the IP address of a client using aiohttp

7👍

Based on the aiohttp docs you can get the originating IP address of a client initiated HTTP request from requests remote parameter (request.remote).

Leave a comment