Dynamic Serving & Cache (mobile & desktop on the same url)
i use the url rewrite to make the url friendly, and it's working fine (cached).we separate the content of the page (desktop/mobile) by the HTTP_USER_AGENT header.same url for both desktop and mobile...
View ArticleShould you deploy URL Rewrite to all IIS Web Servers?
Hi there,I'm pretty new in this space. Â I was wondering should you include this module (URL Rewrite) for all IIS servers regardless if its being used or not? Â The thought behind it is a more standard...
View ArticleFileUpload control Fails in URL Rewrite - Telerik is undefined
Hi,We are setting up a Reverse Proxy cum URL Rewrite solution. Different customers access their portal through our parent domain, using a URL based approach. For exampleFor customer1 : URL ->...
View ArticleHelp with redirect:
Suppose I have 3 sites. All sites are https and have desktop and mobile version.1.abc.com 2.xyz.com 3.def.comIF somebody type http://1.abc.com then it is redirected to https by backend server but url...
View ArticleURL Rewrite all Sub Directories to HTTPS
Hello,I've been searching for an answer, but for some reason can't find exactly what I need. Â I have URL Rewrite setup (IIS 8.5 Server 2012 R2) and it rewrites my root domain just fine from http to...
View ArticleIIS rewrite rule w/ variable number of parameters
We're using this generic rule that works fine with Helicon APE (mod_rewrite-compatible) on Windows to handle friendly URLs and query strings with a variable amount of Parameters (0 - 5) using...
View Articleurl rewrite and clients android ios device browser issue
I have a reverse proxy address https://www.abc.com with the inbound rule:<rules>               <rule name="ReverseProxyInboundRule1" stopProcessing="true">                   <match...
View ArticleHELP - URL rewrite with multiple domains
I have multiple domains routed with a web.config file as below:<?xml version="1.0"?><configuration><system.webServer><rewrite><rules><rule name="domain1.com"...
View Articleiis url rewrite module - from user friendly url to angularjs with parameters
I have a website on azure, and I am trying to make some user-friendly urls to my websites use.I have downloaded IIS remote manager, and did as it was explained here:...
View ArticleUsing variable in pattern
Here is how I want to use "HTTP_SOMEVARIABLE" in pattern.<outboundRules>Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â <rule name="ReverseProxyOutboundRule1" preCondition="ResponseIsHtml1">Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â <match...
View ArticleMultiple domains with one hosting and URL rewrite/routing
Hi I'm trying to have multiple domains with one hosting provider (azure) so www.example1.com goes to the example1 sub folder and www.example2.com goes to the example2 sub folder. I also want all the...
View ArticleReplace patterns in URLs
We have a need on one of our Web properties to move content from one location to another. The result will be a different portion of a URL for all content in the folder. Basically, what I want to do is...
View ArticleMultiple domains
HiThis is my current Web.config file and I want to keep the existing functionality:<?xml version="1.0" encoding="utf-8"...
View ArticleHow to route requests for multiple applications on multiple load balancers...
In our production environment, we have 3 web servers routing the incoming requests to one of the 4 load balancers (LB), according to consumers of the service. Earlier, only two WCF services were there...
View ArticleNeed help with outbound rule
Suppose proxy server address is abc.publicdomain.com. Backend Webserver address is xyz.internaldomain.comWhen the client send the request like http://abc.publicdomain.com then it also send the server...
View ArticleNeed help with https to http rewrite
I need a rule that will rewrite all https quieries to my site to http in iis8, ive tried a few but just cant seem to get one to work so not even sure if its possible. many thanks
View ArticleURL Redirect - Accessing Files
<div class="post-text" itemprop="text">All ,In the new application that we are developing , we have the following deployment scenario1.All the business logic is developing using ASP.NET Web API...
View ArticleProxy using ARR to provide client certificate over SSL
I have configured a IIS 7 Proxy using ARR under Windows 2008 R2. My goal is to let the IIS proxy provide a client certificate when performing a WebService call. See "diagram" below.Server A -(SOAP call...
View ArticlePreventing Duplicate Request URLs
Hi,I am currently faced with an issue where the request URL is popping up twice and I am recieving "potentially dangerous request.path" exceptions in my event viewer.Here is the request information...
View ArticleSharePoint Redirect to non-FQDN
Hi together,My problem is following:I have a webapp in SharePoint 2013 where i stored my Rule. It works fine on my dev machine, but not on the prod server. On the prod server there is a load balancer...
View Article