pbojinov / request-ip

A Node.js module for retrieving a request's IP address on the server.
https://npmjs.com/package/request-ip
MIT License
828 stars 102 forks source link

Fintechstudios fix/x forwarded for #51

Closed pbojinov closed 2 years ago

pbojinov commented 2 years ago

Fixing merge conflicts and merging this PR https://github.com/pbojinov/request-ip/pull/33

kortemy commented 2 years ago

Yeah this PR broke the library :) Per MDN docs https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/X-Forwarded-For

image