Request Information

Original Request

{
  "data": "",
  "headers": {
    "Accept": "*/*",
    "Accept-Encoding": "gzip, br",
    "Cdn-Loop": "cloudflare; loops=1",
    "Cf-Connecting-Ip": "216.73.216.2",
    "Cf-Ipcountry": "US",
    "Cf-Ray": "9a99827e2a670558-ORD",
    "Cf-Visitor": "{\"scheme\":\"https\"}",
    "Connection": "close",
    "Host": "echo.fengshare.com",
    "User-Agent": "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])",
    "X-Forwarded-For": "216.73.216.2, 172.69.6.216",
    "X-Forwarded-Host": "echo.fengshare.com",
    "X-Forwarded-Port": "443",
    "X-Forwarded-Proto": "https",
    "X-Forwarded-Ssl": "on",
    "X-Original-Uri": "/",
    "X-Real-Ip": "172.69.6.216"
  },
  "method": "GET",
  "path": "/"
}

CURL Command

curl -X GET \
  'http://echo.fengshare.com/' \
  -H 'Connection: close' \
  -H 'X-Real-Ip: 172.69.6.216' \
  -H 'X-Forwarded-For: 216.73.216.2, 172.69.6.216' \
  -H 'X-Forwarded-Host: echo.fengshare.com' \
  -H 'X-Forwarded-Proto: https' \
  -H 'X-Forwarded-Ssl: on' \
  -H 'X-Forwarded-Port: 443' \
  -H 'X-Original-Uri: /' \
  -H 'Cf-Ray: 9a99827e2a670558-ORD' \
  -H 'Accept: */*' \
  -H 'Accept-Encoding: gzip, br' \
  -H 'Cdn-Loop: cloudflare; loops=1' \
  -H 'Cf-Connecting-Ip: 216.73.216.2' \
  -H 'Cf-Ipcountry: US' \
  -H 'Cf-Visitor: {"scheme":"https"}'