mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
Header matching issues #469
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 @stopdropandrew on GitHub (Nov 24, 2022).
Describe the bug
Header matchers seem to be ignored.
I'm using docker and I've got three json mappings. They each have the same path and method matchers and each have a unique header matcher. The header matching seems to not work.
Test to reproduce
mappings:
Other related info
Something interesting is that the request match results don't seem to include anything about headers/exact matchers. Am I doing something wrong?
@stopdropandrew commented on GitHub (Nov 24, 2022):
Changed the mapping format and it started working.