james icon indicating copy to clipboard operation
james copied to clipboard

Add option to throttle and/or delay only specific request

Open kokarn opened this issue 9 years ago • 2 comments

This would help out greatly with apps having multiple parts where you want to test out what happens if just one part is slow and/or unresponsive.

kokarn avatar Feb 24 '16 10:02 kokarn

Looks like hoxy already supports this, see request.slow() and response.slow()

mitchhentges avatar Feb 24 '16 23:02 mitchhentges

I like the idea. There should be a variety of things you should be able to do to a request/response:

  • Throttling of requests
  • Blocking requests with different HTTP responses
  • Change the response body (https://github.com/james-proxy/james/issues/132)

nerdbeere avatar Feb 26 '16 08:02 nerdbeere