Re: [Twisted-Python] Injecting 400 errors via HTTP Proxy

2020-12-05 Thread Adi Roiban
Hi Vlad On Fri, 4 Dec 2020 at 02:11, Vlad Petric wrote: > Hi Everyone, > > I'd like to randomly inject 400 errors via the HTTP Proxy. > > I'm testing the robustness of an application that performs a lot of HTTP > GETs. I am using the basic http web proxy, and I need to modify it to > randomly i

[Twisted-Python] Injecting 400 errors via HTTP Proxy

2020-12-03 Thread Vlad Petric
Hi Everyone, I'd like to randomly inject 400 errors via the HTTP Proxy. I'm testing the robustness of an application that performs a lot of HTTP GETs. I am using the basic http web proxy, and I need to modify it to randomly insert some errors. Should I be using my own class derived from ProxyRe