网页抓取结果

请求URL: http://httpbin.org/headers

实际URL: http://httpbin.org/headers

HTTP状态码: 200

抓取时间: 2025-08-20 15:54:54

来源缓存:

使用的User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0

HTTP头信息

Array
(
    [0] => HTTP/1.1 200 OK
    [Date] => Wed, 20 Aug 2025 07:54:54 GMT
    [Content-Type] => application/json
    [Content-Length] => 520
    [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": "218.254.89.9", 
    "Host": "httpbin.org", 
    "Pragma": "no-cache", 
    "Referer": "http://twitter.com/", 
    "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0", 
    "X-Amzn-Trace-Id": "Root=1-68a57f4e-1314f7c265d5ef2852bc2400"
  }
}