Request inspector
What this container actually received for the current request, after Caddy proxied it.
Connection
- Method
- GET
- Path
- /inspect?foo=bar&n=1
- Hostname
- appai.flowmateai.cloud
- Protocol
- https · HTTP/1.1
- Client IP
- 216.73.216.145
- Forwarded chain
- 216.73.216.145
protocol reads https and the client IP is yours rather than the
proxy's because the app trusts Caddy's forwarded headers.
Headers
- accept
- */*
- accept-encoding
- gzip, br, zstd, deflate
- host
- appai.flowmateai.cloud
- user-agent
- Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
- via
- 2.0 Caddy
- x-forwarded-for
- 216.73.216.145
- x-forwarded-host
- appai.flowmateai.cloud
- x-forwarded-proto
- https
Query string
- foo
- bar
- n
- 1