Can mitmproxy be used to block WebSockets from a SignalR Client when used as a proxy for them?
In order to test some networking conditions for a project, I need to block the use of websockets for a SignalR. The easiest way to do this seemed to be a proxy and mitmproxy seemed suitable.