HTTP Option
Enable save location header value on any response code By default, the location header is displayed with 3xx response code. But sometimes, the location header is displayed with other response codes also and there could be a need to handle the location header.
Use recorded host in Host Header When enabled, Recorded Host is used in 'HOST' header. By default, the mapped/actual host is used in the 'HOST' header.
Consider Error Codes 1xx, 2xx, and 3xx as OK: If there is any error generated with error codes 1xx, 2xx and 3xx then LOAD TEST assumes that the request is successful.
Disable Reuse of TCP/IP Address By selecting this option, the user can disable the reuse of TCP/IP Address. By default, the reuse of TCP/IP Address is disabled.
Enable HTTP referrer Header HTTP referrer identifies the address of the webpage that is linked to the resource being requested.
Change referer on redirection This is used to change referrer in case of redirection
Send following headers with http requests from script

Default headers : Accept, Accept-encoding, Host, User-Agent.

Load Test sends the default value of these headers with the HTTP request. If enabled, then it will not send default values, Instead it will send the values of selected headers from script.
Add MD5 checksum HTTP header in the request based on the body of the HTTP request : An MD5 checksum is a 32-character hexadecimal number that is computed on a file. When enabled, MD5 checksum HTTP header is added in the request based on the body of the HTTP request.
Header Name Specify the name of the header for which the checksum is to be calculated.
Add Header in case of empty body also When enabled, if body is empty then header is also passed.
Add prefix and suffix to the body before calculating MD5 checksum User can add any prefix and suffix, such as @ @.
Runtime Changeable No