-
-
Notifications
You must be signed in to change notification settings - Fork 476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cant get User Ip address #181
Comments
The purpose of this package is to read the UserAgent of the browser, not the request data itself. What you are looking for is basically |
$request->ip() or \Request::ip() returns server ip not client ip. how can i get client ip, |
request::ip is the clients IP However, maybe you have load-balancer / reverse proxy in front and need to check https://www.google.com/search?hl=en&q=http%20x%20forwarder%20for |
you can use this code to return the client ip
|
can you please create a documentation for getting users ip address
The text was updated successfully, but these errors were encountered: