python-websocket-proxy icon indicating copy to clipboard operation
python-websocket-proxy copied to clipboard

Python3 Websocket AND http proxy

I needed to be able to intercept secure websocket traffic in python while also properly proxying normal HTTP and HTTPS traffic. I could not find any such python tool to do that, so I made one myself.