This dialog allows you to create a HTTP request from scratch which will be submitted to the specified target, or resend an existing HTTP request after making any changes to it that you want to.
This shows the request header and data, either in one or two panels depending on the options chosen.
A ‘Method’ pull down allows you to switch between the HTTP methods.
Note that when the method is changed to a POST then any URL parameters are moved into the body, and when the method is changed from a POST then any parameters in the body are moved to the URL.
Pull downs allow you to select different Views for the Request header and body.
This changes the display so that separate panes are used for the header and body.
This changes the display so that the header and body are shown in one pane.
See the ‘Use Global HTTP State’ option in Options > Network > Connection options screen.
This option controls whether encountered cookies should be added to subsequent requests. For example if a request is sent that results in a response with Set-Cookie header(s) should those cookies values be added to subsequent send attempts from the Manual Request dialog?
If selected automatically follows any redirects sent to the browser.
By default ZAP will automatically update (or add) the Content-Length header to match the size of the data submitted. If this option is unselected then ZAP will not update the header allowing you to specify any value you like.
By default ZAP will automatically update (or add) the Host header to match the URL specified. If this option is unselected then ZAP will not update the header allowing you to specify any value you like.
If selected automatically regenerates Anti-CSRF tokens if any exist. Currently only supported in the message body and requires that the Anti-CSRF extension is enabled.
This will lowercase all the header names, making them compliant with HTTP/2.
This changes the display so that the request and response tabs are side by side.
This increases the information that can be displayed but means you cannot see both the request and response at the same time.
This changes the display so that the request panel is shown above the response panel.
This decreases the information that can be displayed but means you can see both the request and response at the same time.
This changes the display so that the request panel is shown to the left of the response panel.
This decreases the information that can be displayed but means you can see both the request and response at the same time.
This shows the data sent to your browser in response to the request that you submitted, either in one or two panels depending on the options chosen.
Pull downs allow you to select different Views for the Response header and body.
Top level Tools menu | ‘Manual Request Editor…’ menu item | |
In any GUI component that has a HTTP message | ‘Open/Resend with Request Editor…’ context menu item |
Requester | the introduction to Requester add-on |