-
Notifications
You must be signed in to change notification settings - Fork 84
Support REQUEST_METHOD variable in IIS URL Rewrite file parsing #191
Comments
Wondering what other missing server variables there are.... |
I blame documentation even though it is like 90% my fault XD |
This patch bug is approved. Please use the normal code review process w/ a PR and make sure the fix is in the correct branch, then close the bug and mark it as done. |
@muratg please assign this bug. |
Fixed in #201 |
Did this get removed? After upgrading our Asp.net core project from 1.1 to 2.0 (using the
when calling Our rewrite definition file has |
@KallDrexx seems you are right. It was added to the 1.0/1.1 branch https://github.com/aspnet/BasicMiddleware/commits/release/1.1 but not the 2.0 branch https://github.com/aspnet/BasicMiddleware/commits/release/2.0?after=8fd34cbb2f62cdf43a892289439b4bdf54ff9699+69. Seems to also not be in dev. @mikaelm12 can you forward port this change? |
Agree this should be patched in 2.0.x |
Do we want to sneak this into preview1? @DamianEdwards @muratg |
If the port is straightforward and can be done simply and safely, then it'd be good to get this in preview1 |
Can we get bugs logged for EACH applicable milestone, and then close this bug? |
We don't have a 2.0.7 milestone though yet, right? Because this wouldn't be going into 2.0.6? |
Put in 2.0.6 for now. |
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.
The text was updated successfully, but these errors were encountered: