To perform this task |
Follow these steps |
Edit queries. |
- Click the Query tab.
- Edit the query:
- To add a parameter to the query, click Add Parameter. The Add Parameter
dialog box appears. Type in a name and value, and click OK. The query parameters
appear in the Query tab.
- To edit a query parameter, click the ellipsis (...) button next to the parameter.
- To delete a query parameter, select the parameter and click Delete
Parameters. Use the Shift or Control key to select multiple parameters
for deletion.
|
Edit requests. |
- Click the Request tab.
- Edit the request:
- To edit the Request URI parameter or the Protocol parameter, click the ellipsis
(...) button next to the parameter.
- To change the request method, select the desired method from the combo box
in the Method parameter. For instance, change GET to POST.
- Click Send HTTP Request.
|
Edit cookies. |
- Click the Cookies tab.
- Edit the cookie:
- To add a cookie, click Add Cookie. The Add Cookie dialog box appears. Type
a name and value, and click OK.
- To edit a cookie, click the ellipsis (...) button next to the cookie.
- To delete a cookie, select the cookie and click Delete Cookies. Use
the Shift or Control key to select multiple
cookies for deletion.
- Click Send HTTP Request. Not all servers support the editing of cookies.
Note that the server ignores the values that were saved
when the record was recorded, and the server uses the cookie that
the browser generates. If the record header does not include a session
cookie, the browser does not send a cookie. Although you can edit session cookies,
the changes do not take effect on most servers. The reason is because
the session's cookie ID is read before the request enters the servlet container.
|
Edit servers. |
- Click the Server tab.
- Edit the server:
- To change a parameter's value, such as the hostname of servlet engine
or the port number of an HTTP service click the ellipsis (...) button
next to the parameter.
- Click Send HTTP Request.
|
Edit headers. |
- Click the Headers tab.
- Edit the header:
- To add a header, click Add Header.
The Add Header dialog box appears. Type in a name and value and click OK.
- To edit a header parameter such as Accept, Connection, Host, or User-Agent,
click the ellipsis (...) button next to the parameter.
- To delete a header, select it and click Delete Headers. Use the Shift or
Control key to select multiple headers for deletion.
- Click Send HTTP Request.
|