Hi all,
I'm trying to get my implementation of ajaxCFC to work with a reverse proxy. I
have confirmed that the request gets through to the CFC and the method in the
CFC executes successfully. But then I get an [object error] on the client side.
I have also confirmed I never make it to my callback function. It seems like
(I'm guessing here) the server is having a problem getting the response back to
the client.
The same code works fine when access directly and NOT through the reverse proxy.
Anyone had any experience for this, or have any suggestions on how to solve the
problem?
Thanks!
Dave Phillips