mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 21:10:32 +01:00
Request not matching when query parameter value contains comma char. #474
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 @Morshed11218 on GitHub (Dec 5, 2022).
Hi,
I'm noticing that the request matcher fails to match a request with param value containing comma (,) char.
"WireMock.Net" Version="1.5.12"
Example code:
`
`
Result:
{"Status":"No matching mapping found"}
When I remove the comma from the param value, it works.
@Morshed11218 commented on GitHub (Dec 6, 2022):
Closing request as it's not an issue. Saw the option for QueryParameterMultipleValueSupport.