SpectoLabs / hoverfly

Lightweight service virtualization/ API simulation / API mocking tool for developers and testers
https://hoverfly.io
Apache License 2.0
2.35k stars 208 forks source link

Support request matching for missing parameters #1101

Closed martin-tarjanyi closed 5 months ago

martin-tarjanyi commented 11 months ago

Is your feature request related to a problem? Please describe. I need to create different stub responses for an endpoint based on the presence of a query parameter. I'm not able to create a matcher which would activate only when a parameter is missing.

Describe the solution you'd like Support for a matcher for absent parameters or some kind of negative matcher.

Describe alternatives you've considered I see there was a similar issue in the past (https://github.com/SpectoLabs/hoverfly/issues/889) but that's not applicable for my use case.

kapishmalik commented 6 months ago

@tommysitu I have assigned this to myself. I will start working on the same.