The problem: env(’REMOTE_ADDR’) Do not use env('REMOTE_ADDR') or low level env() wrapper directly. Those are always the direct TCP connection source, not necessarily the real IP. Make sure to always use ServerRequest::clientIp() when interacting with the user’s IP address. When you move a...
No comments yet. Log in to reply on the Fediverse. Comments will appear here.