The Hypertext Transfer Protocol is an application layer protocol in the Internet protocol suite model for distributed, collaborative, hypermedia information systems. There are two sub-sections under this:
URL Encoding
URL encoding is a mechanism of encoding information in a URL.
Encode space in URL and query parameters of URL : The user can specify how the space can be encoded in the URL and query parameter of URL. It has value + or %20 (from drop- down list).
Additional characters to be encoded in URL : It is the value or characters which the user wants to encode in a URL other than space.e.g. |, % etc.
Additional characters to be encoded in query parameters of URL :It is the value same or different characters which the user wants to encode in the query parameter.e.g. |, % etc.
HTTP Advance
Select cookie(s) with : Cookies received in the HTTP response are stored and used in the next HTTP request.
Attribute : Selecting "ignored" ignores the expiry of the cookie. Selecting "in the past then delete" deletes the cookie whose life span has expired already.
Redirection depth : Based on the location header that was received in the HTTP response, redirection up to a specific depth is permitted for any url.
Use parent URL method for redirected URL : Parent method (GET/POST) is used in the redirected URL request, else GET method is used.