What determines the order of the execution of the rules
The application has the following Rewrite rules<rules><rule name="no path" stopProcessing="true"><match url="(.*)"/><conditions logicalGrouping="MatchAll"...
View ArticleDisable HTTP and Allow only HTTPS
Hi Team,I've an issue with url redirection. Currently i have an app devleoped in Python and used IIS to deploy it. Portal works fine with http binding. Network team has configured the domain in such a...
View Articlesimple question
I continue to find this elegant iis snippet a real help from here: https://caduceus.me/2HDpWha which provide www removal, https rewrite of all domains, pointing to your main webiste. I have a question,...
View ArticleIIS Rewrite rule issue (i think?)
Hello,So we have a machine in our dmz who runs on 2012R2 and act as a "reverse proxy" using the IIS rewrite module for years nowIt's pretty basic, i have a lots of "sites" configured who redirect to...
View ArticleOutbound rule for Azure Application Insights issue
Would appreciate any help on this....I'm trying to collect application telemetry by adding web page code to all pages <HEAD> section with an outbound rule. The rule triggers fine, the problem...
View ArticleURL Rewrite question
Hello all, I’m not sure if this has even been discussed yet in this forum but I cannot currently find the answer looking thru the forum. I’m having a problem using the URL rewrite module in IIS 8.5 I...
View ArticleSimple rewrite not working
Hello,I use SharePoint and I have migrated data from one site collection to a new site collectionOld site collection =/organizationNew site collection = /orgI would like to forward anything going to...
View ArticleRemove inbound header
Is there any way to remove an inbound request header using rewrite rules?The closest I've been able to get is to set it to an empty string...but the header is still there. Is there a way to remove it...
View ArticleRewrite rule to remove fbclid parameter
I could really use some help creating a rewrite rule to remove the fbclid parameter from links to our website in Facebook posts. We need the following two URLs...
View ArticleRedirection for API links
Hey everyone. I have an Angular application that is required to make API requests on https://mydomain.com:8080/mayappSo my problem is that I need to redirect these incoming requests to this URL but the...
View ArticleNeed to redirect web service clients that use services with endpoints on HTTP...
We recently updated our server (Windows Server 2012, R2. IIS 8.5) to force all traffic to HTTPS. We have several hundred customers that use our products, which consume web services that have end points...
View ArticleHow to set a rewrite rule to access multiple sites under Default Websites
Hi, I have 2 sites under default websites in IIS 8.5 and I want to set a rule to redirect the root site (referti.clinicamaterdei.it) to referti.clinicamaterdei.it/site1It works very well, however, if I...
View Articlecondition only one host
HelloI only want to execute the rule if url contains .istinfor.comI have this rule but it doesn't work:<rewrite><outboundRules><!-- Add "SameSite=None" to any cookie which does NOT have...
View ArticleRewriting route parameter
Apologies if this has been asked before, I have searched to no avail.I have a situation where there is a route parameter after the last slash I need to rewrite.I need to rewrite the...
View ArticleHTTP to HTTPS - Authentification Windows pops up
I have used CERTIFY to get a domain certificate from Let's Encrypt.I configured the URL rewrite - see web.config<?xml version="1.0"...
View ArticleRewrite conditional subdirectory to another domain keeping subdirectory
Hello. I'm using a load balanced mix of IIS 7.5 and 10 web servers.I want to redirect any url that is going from one domain1.example.com/eweb to domain2.example.com/eweb. It has to only match the...
View ArticleHTTP - HTTPS rewrite with SSO enabled
Hi all,can you please advise to handle http-https re-write in case there's SSO enabled on https?E.g. currently I have SSO on https://mydomain.com configured with reply urlhttps://mydomain.com/saml2If I...
View ArticleMixed Content for audio files in Reverse Proxy to AirSonic from IIS
<p>I have a rewrite rule to access an internal Apache server over HTTP, my main domain points to an IIS server with a SSL bind therefore connected over HTTPS.</p><p>The problem is...
View ArticleRewriting Specific URL to Subfolder
I have a single site hosting multiple applications. I want to simplify the URL's for customers from webapp.domain.com/application1 or webapp.domain.com/application2 to test1.domain.com, and...
View ArticleReverse Proxy issues with Outbound Rule: net::ERR_NAME_NOT_RESOLVED
I have a Debian computer running Apache with SSL certificate installed to access AirSonic Media Server application, which is written in java (json). I can access the webpage from the LAN without any...
View Article