area-middlewarehelp wanted
仓库指标
- Star
- (37,933 star)
- PR 合并指标
- (平均合并 16天 9小时) (30 天内合并 258 个 PR)
描述
We missed implementing the URL parameter in IIS Url Rewrite rules. The URL parameter will just return the original request url. Ex:
<rule name="LowerCaseRule1" enabled="true" stopProcessing="true">
<match url="[A-Z]" ignoreCase="false" />
<action type="Redirect" url="{ToLower:{URL}}" />
</rule>
the ToLower:{URL} would return the lower cased request url.