Page 1 of 1

Change URL of Postbacks

Posted: Mon Jan 28, 2013 6:22 pm
by jay@bplogix.com
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

Re: Change URL of Postbacks

Posted: Wed Jan 30, 2013 1:49 pm
by HighAley
Hello.

Please, try to set next property to True:

Code: Select all

StiWebViewerFxOptions.Connection.RelativeUrls
Thank you.