Lucee Function Reference

Function GETHTTPREQUESTDATA

Makes HTTP request headers and body available to CFML pages.
Useful for capturing SOAP request data, which can be delivered
in an HTTP header.

Example

gethttprequestdata([boolean includeBody]):struct

Arguments

The arguments for this function are set. You can not use other arguments except the following ones.
Name Type Required Default Value Description
includeBody boolean  No true You wanna retrieve the body of the request as well (true or false). Default is true.