I am using the flash viewer. When I run a report, it looks like the flash viewer does some AJAX calls back to the server. The problem in my scenario is that I am going through a proxy, so the server "thinks" the URL is (for example) http://10.1.1.1/report.aspx, when actually it is http://myhost.mydomain.com/report.aspx
Basically, the proxy makes the Request.URL in the server variables look like a different page. Is there a property to "tell" the flash viewer what URL to use for postbacks? It appears that it is trying to calculate the URL, and it is wrong when using a proxy.
Thanks
Change URL of Postbacks
-
- Posts: 251
- Joined: Fri Feb 04, 2011 11:46 am
- Location: San Diego, CA
Re: Change URL of Postbacks
Hello.
Please, try to set next property to True:
Thank you.
Please, try to set next property to True:
Code: Select all
StiWebViewerFxOptions.Connection.RelativeUrls