Add cookies and their values to request item
If you would like to add custom cookies and their corresponding values to the request, open request item properties, switch to
Cookies tab and enter cookies with their values in the corresponding field. You have to type each cookie on its own line and separate name and value with =.
Alternatively, you can specify
Cookie HTTP request header in
Headers tab. You have to specify cookie names and values.
Resend cookies from the previous request with the current request
With this feature you can define whether cookies from the previous request will be included in the request data of the current request. The following options are available:
- Resend all cookies from the previous request; all cookies from the previous request and their values will be resent when request item will be executed.
- Do not resend any cookies from the previous request; none of the cookies from the previous request will be resent when request item will be executed.
- Resend only the following cookies from the previous request; only selected cookies from the previous request and their values will be resent when request item will be executed. To specify only selected cookies simply type cookie names in the text field, one name per line. Do not include cookie values because they will be obtained and added automatically.
For a step-by-step tutorial on resending cookies, see
How To Resend Received Cookies.