GetHttpResponseHeaders

Description

Gets all of the response headers' information.

Applies to

Application object

Syntax

applicationname.GetHttpResponseHeaders ( )

Argument

Description

applicationname

The name of the application object for which you want to get all of the response headers


Return value

String.

Returns the information of all of the response headers or returns an empty string if the current application is not an installable cloud app deployed with PowerServer.

Examples

This example gets information of all headers:

String ls_Headers
ls_Headers = Getapplication().GetHttpResponseHeaders()

See also

BeginSession

GetHttpResponseStatusCode

GetHttpResponseStatusText

SetHttpRequestHeader