network_request_headers_post
Inspect the exact HTTP request headers your browser or client sends. Analyzes User-Agent, Accept, and security headers, providing a parsed device summary and security header audit.
Instructions
Inspect Incoming HTTP Request Headers. Reflects and analyzes the HTTP request headers that the caller's own client sent to this endpoint — it does NOT fetch headers from a remote URL. Use it to see the exact User-Agent, Accept, Accept-Language, Accept-Encoding, Connection, cache, and CORS headers your browser or HTTP client emits, plus a parsed browser/platform/device summary and a present/missing security-header audit. Use my_ip instead to resolve your public IP, browser_fingerprint_viewer for client-side fingerprint surface, or header_analyzer to evaluate response headers of a site. Read-only and non-destructive; contacts no external service; results vary per request so it is not idempotent. Inherits the network category rate limit (30 req/min, 180/hr, 500/day for anonymous callers) and a CAPTCHA challenge above 50 requests/hour. Returns the normalized headers map, request metadata, analysis object, and a raw header string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worker_id | No | Optional registered healthy worker peer ID. Omit to use the default master-server behavior. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| success | No | True when inspection completed. | |
| headers | No | Incoming request headers, Title-Cased name to comma-joined value. | |
| request_info | No | Request metadata (method, scheme, host, port, path, query_string, protocol, remote_addr, remote_port, server_addr, server_port, server_software, request_time, request_uri, is_secure, is_xhr). | |
| analysis | No | Parsed browser info, present/missing security headers, connection details, accepted_types/languages/encodings, and request_type. | |
| raw_headers | No | Raw request line plus header lines as a single CRLF-joined string. |