views:

422

answers:

2
A: 

The flash player needs to be given the URL to the reverse proxy server, not the flex server.

consultutah
Where would I set that?
dskiles
+1  A: 

The problem was actually the result of the endpoints written in the WSDLs that were generated by the web application. They contained the URL of the backend server. I had to turn on the "ProxyPreserveHost" directive to get it to use the proxy's url for the endpoints. That fixed the problem.

dskiles