neuron_replay_request
Replay HTTP requests using the active browser session, with options to modify method, headers, or body before sending. Resend API calls with live cookies and inspect truncated responses.
Instructions
Re-fire an HTTP request from the extension's service worker context (with the browser's cookies/session). Modify method, headers, or body before sending. Like Postman but using the live browser session. Response bodies truncated at 50KB.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | Request URL | |
| body | No | Request body (for POST/PUT/PATCH) | |
| method | No | HTTP method (default: GET) | |
| headers | No | Request headers |