mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Bug: IFluentMockServerAdmin::PutMappingAsync does not set Content-Type #132
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @seanamosw on GitHub (Aug 16, 2018).
In IFluentMockServerAdmin.cs:
The line
[Header("Content-Type", "application/json")]is missing, causing a 404 to be returned from WireMock.