Change URL of Postbacks

Stimulsoft Reports.WEB discussion
Post Reply
jay@bplogix.com
Posts: 251
Joined: Fri Feb 04, 2011 11:46 am
Location: San Diego, CA

Change URL of Postbacks

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Change URL of Postbacks

Post by HighAley »

Hello.

Please, try to set next property to True:

Code: Select all

StiWebViewerFxOptions.Connection.RelativeUrls
Thank you.
Post Reply