AZ Environment Variables

Request environment

REMOTE_ADDR2607:9d00:2000:1a5::5867:4038
REMOTE_PORT56296
REQUEST_METHODGET
REQUEST_URI/azenv/
REQUEST_SCHEMEhttps
REQUEST_TIME1785458687
HTTP_ACCEPT*/*
HTTP_ACCEPT_ENCODINGgzip
HTTP_CDN_LOOPcloudflare; loops=1; subreqs=1
HTTP_CF_CONNECTING_IP2607:9d00:2000:1a5::5867:4038
HTTP_CF_EW_VIA15
HTTP_CF_IPCITYLos Angeles
HTTP_CF_IPCONTINENTNA
HTTP_CF_IPCOUNTRYUS
HTTP_CF_IPLATITUDE34.05223
HTTP_CF_IPLONGITUDE-118.24368
HTTP_CF_METRO_CODE803
HTTP_CF_POSTAL_CODE90013
HTTP_CF_RAYa238939b1eb23f28-LAX
HTTP_CF_REGIONCalifornia
HTTP_CF_REGION_CODECA
HTTP_CF_TIMEZONEAmerica/Los_Angeles
HTTP_CF_VISITOR{"scheme":"https"}
HTTP_CONTENT_TYPEapplication/x-www-form-urlencoded
HTTP_USER_AGENTMozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
HTTP_VIA2.0 Caddy
HTTP_X_FORWARDED_FOR216.73.216.140,2607:9d00:2000:1a5::5867:4038, 2607:9d00:2000:1a5::5867:4038
HTTP_X_FORWARDED_HOSTrt.http3.lol
HTTP_X_FORWARDED_PROTOhttps

Frequently asked questions

What is this page for?

It echoes back the request headers your connection sent, the same variables a web server sees. Proxy and VPN users check it to see what their setup reveals.

What is REMOTE_ADDR?

The IP address the request arrived from. Behind a proxy or VPN it should be the proxy's address, not yours. If your real IP shows up here, something is leaking.

What is X-Forwarded-For?

A header that proxies add to carry the original visitor's IP. A transparent proxy leaves it in place, which can expose the address you meant to hide. A properly configured anonymous proxy removes or replaces it.

How do I tell whether my proxy is anonymous?

Compare these values to your real IP. If REMOTE_ADDR is the proxy and no header carries your own address, the proxy is hiding you. If your IP appears in any field, it is not.

Why are some values shown as [redacted]?

Headers that can carry credentials, such as cookies and authorization tokens, are never echoed back, even to you, so a screenshot or a proxy in the middle cannot capture them.