This app is an upstream behind the Space Proxy. It owns no config or session — its entire worldview is the request the proxy hands it. Everything below is that request.
| X-Forwarded-User | absent — reached without an SSO proxy in front |
|---|
| host | hk-customer-0-fir-poc-test-12aed3d5417c.cherry-virginia.herokuapp.com ← proxy rewrote Host to this upstream |
|---|---|
| method | GET |
| path | / |
| proto | HTTP/1.1 |
| tls | false |
| none |
| space_session | absent ✓ |
|---|---|
| space_flow | absent ✓ |
| X-Forwarded-For | 216.73.216.128 ← client-supplied X-Forwarded-*; proxy should have stripped it |
|---|---|
| X-Forwarded-Port | 443 ← client-supplied X-Forwarded-*; proxy should have stripped it |
| X-Forwarded-Proto | https ← client-supplied X-Forwarded-*; proxy should have stripped it |