Quantcast
Channel: URL Rewrite Module
Viewing all articles
Browse latest Browse all 2482

Reverse Proxy to Report Server

$
0
0

Hello,

I have Two windows server 2012 boxes hosted in Azure. one , has SSRS  Server installed, configured, and running properly. The other Box has IIS Already hosting an application and it is running as it should.

Our intention, is to take advantage of SSRS web portal from our existing app. So, we Thought of Reverse proxy from IIS to reporting services web portal ( we are implementing this just internally ).

The intended behavior:

when someone enters a URL like this : ourdomain.com/folder_in_the_app/Reporting

we want to redirect this request to databaseboxeWhereSSRSResides: 8321/Reports/

What we did:

we implemented Url rewrite and added this rule:

<rule name="Reverse Proxy to Report Server" stopProcessing="True">
<match url="(.*)/Reportings" />
<conditions logicalGrouping="MatchAll" trackAllCaptures="False" />
<action type="Rewrite" url="http://databaseserver:port#1234/Reports/browse/{R:1}" />
</rule>

The error we get :

Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable.  Please review the following URL and make sure that it is spelled correctly. 

Requested URL: /FolderinOurApp/Reportings

i played a lot with it but no luck so far.

Any Help would be much appreciated

Regards


Viewing all articles
Browse latest Browse all 2482

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>