Scott Chantry
Member since Jul 28, 2011
- Profile: /members/8698-scott-chantry.htm
- Comments: 1
Recent Blog Comments By Scott Chantry
-
GetHTTPRequestData() Breaks The SOAP Request / Response Cycle In ColdFusion
Posted on Jul 28, 2011 at 12:55 PM
The workaround I use is: getPageContext().getRequest().getHeader("name of header here") to retrieve the request header I'm looking for. This doesn't break to SOAP calls like getHttpRequestData.... read more »