Dear All,
I was looking to have client Real IP address in Event Log , As of now i see its showing IP Address 127.0.0.1.
I am using NGINX as web server.
any help please ??
Thanks
Dear All,
I was looking to have client Real IP address in Event Log , As of now i see its showing IP Address 127.0.0.1.
I am using NGINX as web server.
any help please ??
Thanks
Thank you so much, i am unable to achive this. my NGINX configuration is as below:
location /auth {
proxy_pass http://localhost:8080;
}
add_header X-XSS-Protection: â1; mode=blockâ;
add_header Strict-Transport-Security âmax-age=31536000; includeSubDomainsâ always;
#add_header Strict-Transport-Security âmax-age=31536000; includeSubdomains; preloadâ;
add_header Content-Security-Policy âdefault-src âselfâ; frame-ancestors âselfâ; script-src âselfâ âunsafe-inlineâ; style-src âselfâ âunsafe-inlineâ;â;
proxy_set_header X-Forwarded-For $proxy_protocol_addr; # To forward the original clientâs IP address
proxy_set_header X-Forwarded-Proto $scheme; # to forward the original protocol (HTTP or HTTPS)
proxy_set_header Host $host; # to forward the original host requested by the client
add_header X-Frame-Options âSAMEORIGINâ;
Any clue please
Thank you so much, managed to get this resolved.
I just love how people ask questions and then reply to themselves âsolved/resolvedâ. Would be really nice if you explained how did you manage to get it resolved.
Windows 10 / Edge/143.0.0Current session
IP address
172.18.0.1
Can someone help me? Running with a Docker and configured with reverse proxy using ngnux for access. There is an IP address in the logged in device. The displayed address is 172.18.0.1, which is not the userâs real address
Most probably your reverse proxy is not properly configured.
Make sure to forward the required headers and configure Keycloak read the headers.