Help > Web Development > Reference > Scripting Objects > Request Object

Request Object

The request object represents the values that the client's browser passed to the server during the current HTTP request.

Properties
Cookies Collection Contains a collections of the cookies sent with this request.
Form Collection Contains a collection of form elements sent with this request.
QueryString Collection Contains a collection of query string items sent with this request.
ServerVariables Collection Contains the collection of server variables applicable to this request.
TotalBytes Returns the total number of bytes sent with this request.

Remarks
If the item requested does not exist in the collection Perceptive Enterprise Search will return Empty.

Any variable can be access directly with out specifying a collection by calling Request(variablename).  Perceptive Enterprise Search will look through the collections in the following order:

Perceptive Enterprise Search will return the first instance that it encounters.