Closed WuKaiYi closed 2 months ago
client_ip = request.remote_addr
Using request.remote_addr to obtain the client's IP address always returns 172.21.0.1.
How can I obtain the real IP address?
client_ip = request.remote_addr
Using request.remote_addr to obtain the client's IP address always returns 172.21.0.1.
How can I obtain the real IP address?