Description
Gets all of the HTTP request headers' information. This function is only used for PowerServer.
Applies to
Syntax
applicationname.GetHttpRequestHeaders ( )
Argument |
Description |
---|---|
applicationname |
The name of the application object in which you want to get all of the request headers' information |
Return value
String.
Returns the information of all of the HTTP request headers if it succeeds and an empty string if the current application is not an installable cloud app deployed with PowerServer.
Examples
The following code example gets the information in the HTTP request header:
String ls_Headers ls_Headers = GetApplication().GetHttpRequestHeaders()
See also