***** HTTP REFLECT ***** this program reflects the elements of the HTTP request that was sent to it: parameters, headers and body note that GET requests pass parameters in the "query string" (read as parameters) and POST requests use the body ** request parameters ** b: 2 a: 1 ** request body ** no body ** request headers ** REQUEST_METHOD: GET HTTP_HOST: davidbpython.com HTTP_X_FORWARDED_FOR: 10.1.248.102 HTTP_ACCEPT: */* HTTP_USER_AGENT: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) HTTP_ACCEPT_ENCODING: gzip, br, zstd, deflate HTTP_VIA: 1.1 squid-proxy-5b5d847c96-v22vn (squid/6.13) HTTP_CACHE_CONTROL: max-age=0 ** user agent ** Looks like you're using Unknown Browser on Unknown OS