You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Call getRequestIP(event, { xForwardedFor: true }) in an application behind a proxy server.
Describe the bug
When calling getRequestIP(event, { xForwardedFor: true }), the last IP address in the list is returned instead of the first one (the client's IP address), when I assume the first one should be.