Unique domains per login?
I'd like to use IIS as a reverse proxy to rewrite a site's domain so that its cookies can be isolated to allow users to open it in multiple tabs. Something that changes "example.com" to...
View ArticleAbortRequest Url Rewrite Rule not working
Trying to get a simple request blocking rule to work, it just continues on processing as normal, instead of aborting the request.<rewrite><rules> <rule name="RequestBlockingRule1"...
View ArticleGet Response header variable's value into URL rewrite.
Hi,I am try to get response header variable 's value into server variable.Some variable can able to access but some of return null value.My test case (sever variables)1)Name: GetServerValue:...
View ArticleDoes url rewrite support urls with : in the url
I have a requirement to support a url rewrite with a ":" as a parameter in ithttp://abc.com/api/customers/cus1:1234567however, the above url results in a webconfig error and the rewrite does not...
View ArticleHTTP to HTTPS redirect not working
I have added this rule to https://www.mydomain.com node but www.mydomain.com is still point to the servers plesk page. Any ideas?<rule name="http to https" stopProcessing="true"><match...
View ArticleReverse proxy rule when the server only accepts https
Hi All, these are the instructions im following:https://blogs.msdn.microsoft.com/friis/2016/08/25/setup-iis-with-url-rewrite-as-a-reverse-proxy-for-real-world-apps/my issue is that the working URL only...
View ArticleNormalize url (using character map)
I have a 3rd party system that calls my site with a lot of requests that include characters outside of A-Z scope. I would like to replace those characters with corresponding ascii,è => eé => eû...
View ArticleIIS Reverse Proxy for Nextcloud - preserve HTTP_HOST
hi,I'm trying to reverse proxy cloud.mydomain.com to a debian nextcloud vm internally reachable under cloud.mydomain.local. The website itself works fine, after telling nextcloud not to use gzip for...
View ArticleHow do I Debug Custom Rewrite Module?
Is any way to debug my custom rewrite rules with visual studio 15.9?I have refer this link to create providet into IIS I want to right custom rules base on url pattern but I can able to debug my code...
View ArticleFirst Redirect Rule Overwritten by 2nd Rule
Hi allI have this REDIRECT rule set up:https://mydomain/sites/somesite/subsite/doclibrary/page.html to:https://tenant.sharepoint.com/sites/SiteCollection/Subsite/SitePages/page.aspxwith Exact Match,...
View ArticleHelp please my first url rewriting
Hi all and thanks for support.My scenario is IIS as a front-end of tomcat connected via isapi on windows server 2016..What I need to configure is something...
View ArticleFilter out FBCLID and UTM parameters
Hello,I'm new to writing rewrite rules.Our site has a number of redirects so that users can more readily access pages using a short url, for example:https://domain.com/shortcut/ which redirects...
View ArticleNeed help fixing this reverse proxy for qBittorrent
For the most part this "works". if I use the external url https://example.com/qtweb I get broken graphics and tables. But if I use https://example.com/qtweb/ with the trailing slash then it works...
View ArticleNeed help with Rewrite Map that has similar keys
Hi,I have a problem with using IIS URL Rewrite Maps.Below is my Rewritemap<rewriteMaps><rewriteMap name="SharePointOnline" ><add key="/flavors/sci"...
View ArticleRedirect Subfolder to Apache on VM
hi,I'm trying to setup a horde groupware instance on a debian-VM, which is not publicly accessible. Horde naturally wants to be accessible on example.com/horde. example.com in my case is a website in...
View ArticleAbout Rewrite rule query string
Hi,We have configured Feedback module in MoodleThe url will be https://www.xxxx.com/moodle/mod/feedback/view.php?id=41How can make this into https://www.xxxx.com/moodle/mod/feedback/view/41...
View ArticleURL Rewrite jira to jira:8080
Hi Team,I need to rewrite the address jira to jira:8080 in IIS. I found a number of resources online with similar requests but my understanding of patterns and wildcards is limited. See the link at the...
View ArticleURL Rewrite prevent Hot linking of files on IIS and VB.NET.
Need as solution for hot linking of files on IIS. Application is on VB.NET WEB Server : IIS URL Rewrite : 2.1 We have a WEB Application where we allow Logged in users to upload Documents (PDF, JPG,...
View ArticleRedirect/Rewrite inside a Web application
HayI have a web site: that has a rewrite rule which take any redirect from : www.contoso.com to www.contoso.com/local/clientnow i have a web application under this site:www.contoso.com/appi want that...
View ArticleReverse-proxy to different backend base on request FQDN
We have a MS IIS NLB resolved by DNS with two different FQDNs, for example:https://app1.domain.org https://app2.domain.orgWe have to proxy "app1.domain.org" to an backend application server (e.g....
View Article