Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save giovanni-bertoncelli/0d0e77f4c4214bdf38f7803996b2b426 to your computer and use it in GitHub Desktop.
Save giovanni-bertoncelli/0d0e77f4c4214bdf38f7803996b2b426 to your computer and use it in GitHub Desktop.
Commonly used proxy forwarded for headers

MDN: Forwarded: for=192.0.2.60;proto=http;by=203.0.113.43

MDN: X-Forwarded-For: 203.0.113.195

NGINX: X-Real-IP: 198.51.100.17

X-Client-IP: 198.51.100.17

True-Client-IP: 198.51.100.17

Fastly-Client-IP: 198.51.100.17

X-Azure-ClientIP: 198.51.100.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment