Question
Status Code as Integer
Guys,
We are integrating with a third party app which is making an HTTPRequest call to our IIS server. Unfortunately, the process is failing on their end (which is using Ruby), because the status_code of 200 is returning as a datatype of string rather then integer. Is there a way to configure the CFHTTP header or other processes in order to force the status_code to a datatype of integer rather then string.
Thanks - N
