Archive for January, 2011

Posted on January 12th, 2011 by by martin

Tampering with WebSockets

I have been experimenting a bit with websockets, mostly to intercept and tamper with websocket traffic. In order to do so, I am using Jetty and the default chat-application which is bundled in the release ( > 7.0). I use google chrome as a browser. My goal was to be able to intercept WebSocket communications [...]