Welcome Guest Search | Active Topics | Sign In | Register

[EO.WebBrowser] Intercepting WebSocket requests Options
fm
Posted: Monday, May 25, 2015 7:24:37 AM
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)?
eo_support
Posted: Monday, May 25, 2015 9:32:05 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.