You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we do a Post/Put to a Wiremock stub with a Json API Request ContentType="application/vnd.api+json" and then we check the detail of the request sent using the GetRequestAsync method on the admin API, then the request body is null. If we do same steps with Json request body ContentType="application/json" this works as expected.
Have created two test methods in WireMock.Net\test\WireMock.Net.Tests\FluentMockServerAdminRestClientTests
in this PR: #186
Happy to work on this if required.
The text was updated successfully, but these errors were encountered:
If we do a Post/Put to a Wiremock stub with a Json API Request
ContentType="application/vnd.api+json"
and then we check the detail of the request sent using the GetRequestAsync method on the admin API, then the request body is null. If we do same steps with Json request bodyContentType="application/json"
this works as expected.Have created two test methods in WireMock.Net\test\WireMock.Net.Tests\FluentMockServerAdminRestClientTests
in this PR: #186
Happy to work on this if required.
The text was updated successfully, but these errors were encountered: