-
Notifications
You must be signed in to change notification settings - Fork 2
Manipulate
Tony West edited this page Aug 10, 2026
·
2 revisions
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.
Once you have a request worth showing someone:
- Flag in the toolbar shares it with your team, if you are connected to one. See Team-Server.
- Stage for Dead Drop in the right-click menu adds a snapshot of the current request and response to a portable file. Each snapshot is staged separately, so you can capture several steps of the same request as you iterate. See Dead-Drop.