We’re building a platform where we are connecting parties via our platform via HTTP APIs. APIDog is great to test the APIs themselves. Is it also possible to validate HTTP client behavior?
For example, if someone sends us a message, we need to perform certain behavior. We can use Apidog to test the response to that request, but is it also possible to test the HTTP request we send to the other side? My idea has been that we set up some mocks that only respond with OK responses in very specific cases and so getting an OK back is a successful test. But it’s all workarounds. Any tips on how to do this stuff in Apidog or some additional tools that work well with Apidog?