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
Hi,
I have to mock some services. But all requests are going to a single endpoint. They only differ by body content.
Can you filter requests by body content?
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, this looks interesting. I'll add this feature to my TODO list.
I think the impact is big, because a user will have the possibility to have multiple mocks for a single response based on the body request. Meaning I need to redesign my UI a bit. If you have suggestions I'm all ears!
Anyway, in the mean time you can already do what you want (more or less) with "Mocking with code"
Hope this will solve your issue in the mean time, cheers
Hi,
I have to mock some services. But all requests are going to a single endpoint. They only differ by body content.
Can you filter requests by body content?
The text was updated successfully, but these errors were encountered: