What are the input
types you can use in IIS rewrite rules? The ones I mean are like as follows:
<conditions>
<add input="{HTTP_HOST}" type=”Pattern” pattern="^www\.mysite\.com$" negate="true">
</conditions>
- HTTP_HOST
- URL
- REQUEST_FILENAME
- ?