网页抓取结果

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

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

HTTP状态码: 200

抓取时间: 2025-08-20 12:51:55

来源缓存:

使用的User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2224.3 Safari/537.36

HTTP头信息

Array
(
    [0] => HTTP/1.1 200 OK
    [Date] => Wed, 20 Aug 2025 04:51:55 GMT
    [Content-Type] => application/json
    [Content-Length] => 545
    [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": "38.84.213.149", 
    "Host": "httpbin.org", 
    "Pragma": "no-cache", 
    "Referer": "http://www.yahoo.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-68a5546a-6f0d8aa507dd00861a43614e"
  }
}