IIS7.5 Outbound Rule for lower case URLs in <a href="...">
- by Quog
Hi,
I know how to canonicalise the case of URLs on incoming request to IIS7.5, in fact, there's a built in rule template to start from. But how about outbound (without changing the code)?
This is where I got to so far:
<outboundRules>
<rule name="Outbound lowercase" preCondition="IsHTML" enabled="true">
…