Advertisement
hecrus

Redirect to http

Sep 17th, 2021
1,235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.39 KB | None | 0 0
  1. <rule name="Redirect to http" patternSyntax="Wildcard" stopProcessing="true">
  2.             <match url="*" negate="false" />
  3.             <conditions logicalGrouping="MatchAny" trackAllCaptures="false">
  4.                   <add input="{HTTPS}" pattern="off" />
  5.               </conditions>
  6.             <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" redirectType="Temporary" />
  7.         </rule>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement