Request |
Tool |
Originating tool name. Extension generated requests will be displayed as “Extender”. (Alias for Proxy.Tool) |
Request |
Headers |
The request line and associated headers. |
Request |
Body |
The request body. |
Request |
Time |
Date and time of inital request (as received by L++). |
Request |
Length |
The length of the received request. |
Request |
Complete |
Has a response been received? |
Request |
Method |
The request method used. |
Request |
URL |
The entire URL of the request. |
Request |
Host |
The protocol and hostname of the requested URL. |
Request |
Hostname |
The hostname component of the requested URL. |
Request |
Port |
The port the request was sent to. |
Request |
Path |
The path component of the requested URL. |
Request |
Extension |
The URL extension used in the request. |
Request |
Query |
The query parameters of the requested URL. |
Request |
Protocol |
The protocol component of the requested URL. |
Request |
SSL |
Did the request use SSL? |
Request |
UsesCookieJar |
Compares the cookies with the cookie jar to see if any of them are in use. |
Request |
ContentType |
The content-type header sent to the server. |
Request |
Referrer |
The referrer header value of the request. |
Request |
HasParams |
Did the request contain parameters? |
Request |
HasGetParams |
Did the request contain get parameters? |
Request |
HasPostParams |
Did the request contain post parameters? |
Request |
HasSentCookies |
Did the request contain cookies? |
Request |
Cookies |
The value of the cookies header sent to the server. |
Request |
Parameter |
The parameters in the request. |
Request |
ParameterCount |
The number of parameters in the request. |