The flash player needs to be given the URL to the reverse proxy server, not the flex server.
consultutah
2009-08-24 20:59:35
The flash player needs to be given the URL to the reverse proxy server, not the flex server.
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.