Skip to content

HelpUiDialogsMan_req

Simon Bennetts edited this page Jun 7, 2019 · 4 revisions

Manual Request Editor dialog

This dialog allows you to create a request from scratch which will be submitted to the specified target, or resend an existing request after making any changes to it that you want to.

Request tab

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.

view_split.png  Split display for header and body

This changes the display so that separate panes are used for the header and body.

view_all.png  Combined display for header and body

This changes the display so that the header and body are shown in one pane.

cookie.png  Use current tracking session

See the 'Enable (Global) HTTP State' option in the Options Connection screen.

118.png  Follow redirect

If selected automatically follows any redirects sent to the browser.

layout_tabbed.png  Request and Response tabs side by side

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.

layout_vertical_split.png  Request shown above Response

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.

layout_horizontal_split.png  Request and Response panels side by side

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.

Response tab

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.

Right click menu

Right clicking will bring up a menu which will allow you to:

Find...

This will bring up the Find dialog.

Encode/Decode...

This will bring up the Encode/Decode dialog. If you have highlighted any text then this will be automatically included in the dialog.

Accessed via

     Top level Tools menu 'Manual Request Editor ...' menu item
     Sites tab 'Open/Resend with Request Editor...' right click menu item
     History tab 'Open/Resend with Request Editor...' right click menu item

See also

     UI Overview for an overview of the user interface
     Dialogs for details of the dialogs or popups
Clone this wiki locally