My guess (I may be wrong!) is that you did not configure IIS existingResponse PassThrough option.
In IIS, if you don't configure that options, application errors (like IRIS REST errors) are not sent back to the client, instead a "standard IIS error" (my definition) is sent back to the client (i.e. browser).
Check this IRIS documentation on Configuring IIS to Return SOAP Fault Details, although it refers to soap, the same apply to REST.
You may want to google "IIS existingResponse PassThrough" for more info.
Again, I may be wrong...but I bet on this being the issue here.
- Log in to post comments
