zyrorl / sandrop

Automatically exported from code.google.com/p/sandrop
1 stars 0 forks source link

websockets support #63

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement websockets proxy.

- new tab for see socket messages
- data is send also to chrome devtools as websocket type

Original issue reported on code.google.com by supp.san...@gmail.com on 11 Feb 2013 at 7:18

GoogleCodeExporter commented 9 years ago
Use for example 
http://www.websocket.org/echo.html

to test how it works.

Be careful on wss (secure with ssl ) protocol. 
Client must trust SandroProxy CA certificate. 

Original comment by supp.san...@gmail.com on 11 Feb 2013 at 7:22

GoogleCodeExporter commented 9 years ago

Original comment by supp.san...@gmail.com on 18 Mar 2013 at 6:38