Rank: Newbie Groups: Member
Joined: 7/2/2013 Posts: 7
|
I have tried intercepting WebSocket requests in a EO.WebView instance both with BeforeRequestLoad event and ResourceHandler.ProcessRequest methods but neither of them are called when a websocket request is issued. Is this something expected? Are there any ways to intercept websocket requests (i.e. capture the request bits of websocker frames)?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
I do not believe there is any way to intercept WebSocket requests in the current version. Both BeforeRequestLoad and custom resource handler works with HTTP. However Web Socket is on TCP directly. So there is no way to intercept that now. Sorry about it!
Thanks!
|