We have a reverse proxy (Netscaler) on which users log in and can access our web applications and MS SQL Server 2008 report server (SSRS).
Internally our reporting server listens to http://server.local/reports, after logging in this is made accesable at https://portal.example.com/cvpn/<sessionid>/reports This works fine when browsing the report folders. When opening a report which has multiple interdependable parameters and changing the first parameter an error occurs. The reportviewer component suddenly direct itself to https://portal.example.com/reports/Reserved.ReportViewerWebControl.axd?... and omitting the session path.
Is there a way to make ssrs (or iis) reverse proxy aware? Or am I trying to accomplish something that is impossible?
Thanks,
-Jeroen