-
Notifications
You must be signed in to change notification settings - Fork 1
Manipulate
Tony West edited this page Apr 23, 2026
·
1 revision
The Manipulate tab is a raw HTTP request editor with a side-by-side response viewer. Use it when you want to tweak and resend a request repeatedly without going through the intercept flow.
Paste or type a raw HTTP request into the editor, set the scheme (http or https) and target host, then click send. The response appears alongside the request with headers, body, status, and timing information.
A common workflow:
- Find a request of interest in the History tab.
- Use the "Manipulate" action from the history detail view.
- Edit the request in Manipulate and send again.
- Iterate on parameters, headers, or body to test the behavior you want.
- Syntax highlighting for HTTP, headers, and common body types (JSON, form data, XML).
- Resizable request and response panes.
- Content-Length is recalculated for you when you change the body, so you do not have to update it manually.