-
-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue: DELETE method is proxied as lowercase #205
Labels
Comments
r-kolbovich
changed the title
When DELETE method is proxied, it becomes lowercase
DELETE method is proxied as lowercase
Sep 17, 2018
I did not catch which dotnet version you are using? |
.NET Framework 4.6.1 |
StefH
changed the title
DELETE method is proxied as lowercase
Issue: DELETE method is proxied as lowercase
Sep 18, 2018
This is indeed a bug. I'm investigating this and already have a fix ready. I keep you updated here on the progress. |
StefH
added a commit
that referenced
this issue
Sep 22, 2018
Solved in new package (soon to be added to NuGet) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I noticed quite strange behavior of wiremock when it proxies requests to another server.
'GET', 'POST', 'PUT' methods, are proxied uppercase. But 'DELETE' method behaves different: after proxying it becomes 'delete'.
Below you can find a gif where I demonstrate this issue.
Below is my code, which just proxies everything to http://httpbin.org - simple online REST API for debugging. I've used latest version of WireMock.Net (1.0.4.16):
The text was updated successfully, but these errors were encountered: