mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Issue: Case of header key/name not ignored in RequestBuilder when ignoreCase == true #135
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 @SubjectiveReality on GitHub (Aug 23, 2018).
Originally assigned to: @StefH on GitHub.
Given the following C# mapping:
WireMock.net mapping will be found if a request is made with a header where SOAP casing matches exactly, but will not be found if the casing does not match exactly (i.e. Soap).
@StefH commented on GitHub (Aug 23, 2018):
Issue is confirmed. I'll investigate.
Probably the same issue is with cookies...
@StefH commented on GitHub (Aug 23, 2018):
Solved. A new NuGet will be uploaded shortly...
@SubjectiveReality commented on GitHub (Aug 23, 2018):
Wow, that's awesome speed, Stef! Thank you!