browsermob-proxy icon indicating copy to clipboard operation
browsermob-proxy copied to clipboard

Intercepting requests with same url(multiple) but want to send back different response

Open Galileo1 opened this issue 6 years ago • 0 comments

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.

Galileo1 avatar Aug 31 '19 21:08 Galileo1