Fork me on GitHub

HTTP Echo Server

GET http://echo.yuaner.tw/
BaseUrlhttp://echo.yuaner.tw
OriginalUrl/
ProtocolHTTP/1.1

Request

URL Params

 <none>

URL Query

 <none>

Header

Key Value
accept text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
accept-encoding gzip
accept-language en-US,en;q=0.5
cf-connecting-ip 2600:1f28:365:80b0:113:f625:a692:9e7
cf-ipcountry US
cf-ray 9dc480fa38c4d6d9
cf-visitor {"scheme":"http"}
connection Keep-Alive
host echo.yuaner.tw
user-agent CCBot/2.0 (https://commoncrawl.org/faq/)
x-forwarded-proto http
x-real-ip 2600:1f28:365:80b0:113:f625:a692:9e7

curl

curl http://echo.yuaner.tw/ \
 -X GET \
 -H 'accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' \
 -H 'accept-encoding: gzip' \
 -H 'accept-language: en-US,en;q=0.5' \
 -H 'cf-connecting-ip: 2600:1f28:365:80b0:113:f625:a692:9e7' \
 -H 'cf-ipcountry: US' \
 -H 'cf-ray: 9dc480fa38c4d6d9' \
 -H 'cf-visitor: {"scheme":"http"}' \
 -H 'connection: Keep-Alive' \
 -H 'host: echo.yuaner.tw' \
 -H 'user-agent: CCBot/2.0 (https://commoncrawl.org/faq/)' \
 -H 'x-forwarded-proto: http' \
 -H 'x-real-ip: 2600:1f28:365:80b0:113:f625:a692:9e7'

Host [Link to MyIP]

  • IP: 2600:1f28:365:80b0:113:f625:a692:9e7
  • hostname: echo.yuaner.tw
  • Colo: IAD
  • Country: US
  • City: Ashburn
  • Continent: NA
  • Latitude: 39.04372
  • Longitude: -77.48749
  • ASN: 14618
  • As Organization: Amazon Data Services Northern Virginia
  • Postal Code: 20147
  • Metro Code: 511
  • Region: Virginia
  • Region Code: VA
  • Timezone: America/New_York

Test POST Request

Raw Response Body

{
  "request": {
    "params": [],
    "query": {},
    "cookies": {},
    "cookiesRaw": "",
    "body": {},
    "bodyRaw": "",
    "headers": {
      "accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
      "accept-encoding": "gzip",
      "accept-language": "en-US,en;q=0.5",
      "cf-connecting-ip": "2600:1f28:365:80b0:113:f625:a692:9e7",
      "cf-ipcountry": "US",
      "cf-ray": "9dc480fa38c4d6d9",
      "cf-visitor": "{\"scheme\":\"http\"}",
      "connection": "Keep-Alive",
      "host": "echo.yuaner.tw",
      "user-agent": "CCBot/2.0 (https://commoncrawl.org/faq/)",
      "x-forwarded-proto": "http",
      "x-real-ip": "2600:1f28:365:80b0:113:f625:a692:9e7"
    }
  },
  "http": {
    "method": "GET",
    "baseUrl": "http://echo.yuaner.tw",
    "originalUrl": "/",
    "protocol": "http",
    "httpProtocol": "HTTP/1.1",
    "requestPriority": "",
    "tls": {
      "tlsCipher": "",
      "tlsClientAuth": {
        "certPresented": "0",
        "certVerified": "NONE",
        "certRevoked": "0",
        "certIssuerDN": "",
        "certSubjectDN": "",
        "certIssuerDNRFC2253": "",
        "certSubjectDNRFC2253": "",
        "certIssuerDNLegacy": "",
        "certSubjectDNLegacy": "",
        "certSerial": "",
        "certIssuerSerial": "",
        "certSKI": "",
        "certIssuerSKI": "",
        "certFingerprintSHA1": "",
        "certFingerprintSHA256": "",
        "certNotBefore": "",
        "certNotAfter": ""
      },
      "tlsClientCiphersSha1": "",
      "tlsClientExtensionsSha1": "",
      "tlsClientExtensionsSha1Le": "",
      "tlsClientHelloLength": "0",
      "tlsClientRandom": "",
      "tlsVersion": ""
    }
  },
  "host": {
    "ip": "2600:1f28:365:80b0:113:f625:a692:9e7",
    "hostname": "echo.yuaner.tw",
    "colo": "IAD",
    "country": "US",
    "city": "Ashburn",
    "continent": "NA",
    "latitude": "39.04372",
    "longitude": "-77.48749",
    "asn": 14618,
    "asOrganization": "Amazon Data Services Northern Virginia",
    "isEUCountry": false,
    "postalCode": "20147",
    "metroCode": "511",
    "region": "Virginia",
    "regionCode": "VA",
    "timezone": "America/New_York"
  },
  "botManagement": {
    "score": null,
    "verifiedBot": null,
    "staticResource": null,
    "ja3Hash": null,
    "ja4": null,
    "jsDetectionPassed": null,
    "detectionIds": null,
    "verifiedBotCategory": ""
  },
  "environment": {
    "mode": "Cloudflare Workers"
  }
}