mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
API call isn't matched when using an empty query string parameter #669
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 @domwvitality on GitHub (Jan 29, 2025).
Originally assigned to: @StefH on GitHub.
Describe the bug
When adding a query string parameter with an empty value the API call isn't matched.
Expected behavior:
The API call should be match when using a query string parameter with an empty value.
Test to reproduce
Using this API call
http://localhost:9998/path?type=This will match:
This won't match:
@StefH commented on GitHub (Feb 13, 2025):
https://github.com/WireMock-Net/WireMock.Net/pull/1253