0

I want all incoming http requests for my ASP.NET site to be redirected to https requests except the following route which I want to be served using http:

http://example.com/asdf

where 'asdf' can be replaced with any combination of alphanumeric characters

I am using IIS Url Rewrite module.

Farooq Hanif
  • 1,779
  • 1
  • 15
  • 22
  • Have you made any research? I found a similar question as the first result from a google search... – GôTô Mar 01 '17 at 11:03
  • Possible duplicate of [IIS url rewrite role except some urls](http://stackoverflow.com/questions/13320614/iis-url-rewrite-role-except-some-urls) – GôTô Mar 01 '17 at 11:04
  • Thanks GoTo - you referred to the exact link. Unfortunately I didnt find that in my search :) – Farooq Hanif Mar 01 '17 at 11:34
  • For the record I searched for "url rewrite exception" :) – GôTô Mar 01 '17 at 11:37

0 Answers0