browsermob-proxy
browsermob-proxy copied to clipboard
Intercepting requests with same url(multiple) but want to send back different response
I want to intercept requests in my application and one of the scenarios I have come across is that - due to nature of the application some of the services have same request endpoint different payload though and I want to send back different responses at different scenario. Is there a way to assign order to the intercepted request and send a specific response as per the sequence. Because if it is the same url then responses are overridden by the last intercept.