Web Scraper Test Website

HTTP Headers Detection

This page displays information about the HTTP headers sent with the request.

Page Information

This page will analyze the HTTP headers sent with the request and display them.

Your HTTP Headers

Loading...

Testing Instructions

When testing the screenshot service with this page:

  1. First take a screenshot with the default headers to establish a baseline.
  2. Then set the request_headers parameter in your screenshot request to include custom headers.
  3. Verify that the screenshot shows the custom headers in the list.

Sample API Requests:

POST /v1.0/screenshot
{
  "url": "http://localhost:8000/detect-headers",
  "format": "png"
}
POST /v1.0/screenshot
{
  "url": "http://localhost:8000/detect-headers",
  "format": "png",
  "request_headers": [
    "X-Custom-Header: TestValue",
    "X-Test-Header: AnotherValue"
  ]
}

Common HTTP Headers

Here are some common HTTP headers you might see:

Request Headers

Response Headers

Custom Header Tester

Use this form to create a URL that will test custom headers: