This repository was archived by the owner on Dec 20, 2018. It is now read-only.
This repository was archived by the owner on Dec 20, 2018. It is now read-only.
Support REQUEST_METHOD variable in IIS URL Rewrite file parsing #191
Closed
Description
We should support the {REQUEST_METHOD}
variable when parsing IIS URL Rewrite files. If there's a code equivalent we should support it there too of course. It represents the current request verb (e.g. 'get', 'head', 'post', etc.).
As it stands, the rules in live.asp.net aren't supported.