-
-
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
When proxying, the Content-Type headers get dropped from the request #210
Comments
It looks like there is a specific test for this:
however I'm on 1.0.4.17 but experiencing the issue |
However that test run only on full framework why I'm experiencing the issue in .NET Core. |
I'll check. Thanks for reporting. |
About the unit-tests : for some reason starting a .NET Core instance from WireMock in a unit-test blocks, as where in .NET Framework 4.5.2, it just starts and listens requests. However testing the Can you maybe provide an example mapping in c# or .json which reproduces your issue? |
Can you please try version I did change some code regarding this logic. |
I can't find that specific version, however it works correctly on 1.0.4.18-ci-1343 |
OK Thanks for testing. |
I'm using the Proxy and Capture functionality but when I do a POST with body, the
Content-Type
header of the request doesn't get passed to the proxyed serviceThe text was updated successfully, but these errors were encountered: