请求URL: http://httpbin.org/headers
实际URL: http://httpbin.org/headers
HTTP状态码: 200
抓取时间: 2025-08-21 03:02:14
来源缓存: 是
使用的User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36
Array
(
[0] => HTTP/1.1 200 OK
[Date] => Wed, 20 Aug 2025 19:02:14 GMT
[Content-Type] => application/json
[Content-Length] => 546
[Connection] => keep-alive
[Server] => gunicorn/19.9.0
[Access-Control-Allow-Origin] => *
[Access-Control-Allow-Credentials] => true
)
{
"headers": {
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"Accept-Encoding": "deflate, gzip",
"Accept-Language": "en-US,en;q=0.5",
"Cache-Control": "no-cache",
"Client-Ip": "138.71.44.254",
"Host": "httpbin.org",
"Pragma": "no-cache",
"Referer": "http://www.google.com/",
"User-Agent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36",
"X-Amzn-Trace-Id": "Root=1-68a61bb6-7650251f73b0d78a039f2ff4"
}
}