Hello,
I have a widget in SFV1.3 that's triggering the flash player to check the web server for a crossdomain.xml file. I get this error message which indicates the flash player can't find the crossdomain.xml file...
RPCFault faultString = "Security error accessing url" faultcode="Channel.Security.Error" faultDetail = "Destination : Default HTTP"
My web server resides in the Intranet behind a reverse proxy (IIS7 ARR) in the DMZ. I have a crossdomain file in wwwroot directory of the reverse proxy server (don't know if this is necessary) and the internal web / ArcGIS Server with R/RE rights for the IUSR accounts.
When I look at the traffic in Fiddler at the time I invoke the widget, I see a 502 Error "Gateway inaccessible..." See attached jpg.
The URL listed with the 502 Error is not the URL for the Reverse Proxy (gis.ventura.org) but is the URL for the internal web server (gisweb1:9112). The Reverse Proxy expects to see gis.ventura.org I don't know how the Flash Player got this URL (must have resolved it somehow off the Reverse Proxy), but I'm guessing there must be a way to override this in the SFV code so it can find the crossdomain.xml? I'm also assuming it is necessary to add a routing rule for the crossdomain file in the Reverse Proxy.
If you have experience with this problem I would sincerely appreciate some guidance here...
Thanks,
Michele