Make an HTTP request through the browser's network stack
Sends an HTTP request through Chrome’s HTTP request stack, inheriting the browser’s TLS fingerprint, cookies, proxy configuration, and headers. Returns a structured JSON response with status, headers, body, and timing.
Documentation Index
Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-docs-chrome-policy-on-demand.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Browser session ID
Body
Request to make an HTTP request through the browser's network stack.
Target URL (must be http or https).
HTTP method.
GET, HEAD, POST, PUT, PATCH, DELETE, OPTIONS Custom headers merged with browser defaults.
Request body (for POST/PUT/PATCH).
Request timeout in milliseconds.
1000 <= x <= 60000Encoding for the response body. Use base64 for binary content.
utf8, base64 Response
Response from target URL