This function is used to get details of the various members within the Request object.
Syntax:
GetHttpRequestValue(Attribute)
where
Attribute is the required attribute details.
Example:
For Content-Type provide GetHttpRequestValue(“Headers[‘Content-Type’]”)
For AbsoluteUri, provide GetHttpRequestValue(“UrlReferrer.AbsoluteUri”).
Note: Values inside square brackets should be within single quotes.