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
server.Given(Request.Create().WithPath("/blah/blah").WithHeader("SOAP","myHeaderBlah",true)).RespondWith(Response.Create().WithBody("found your soap header"));
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).
The text was updated successfully, but these errors were encountered:
StefH
changed the title
Case of header key/name not ignored in RequestBuilder when ignoreCase == true
Issue: Case of header key/name not ignored in RequestBuilder when ignoreCase == true
Aug 23, 2018
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).
The text was updated successfully, but these errors were encountered: