Welcome Guest Search | Active Topics | Sign In | Register

Catch WebSocket request Options
ozheek
Posted: Wednesday, May 27, 2020 12:47:39 PM
Rank: Advanced Member
Groups: Member

Joined: 8/29/2016
Posts: 64
Hello,

There is a JavaScript code:

Code: JavaScript
var socket = new WebSocket('127.0.0.1:80');


We need to change the IP address before the request. Is it possible to do?

Tried to use WebView.BeforeRequestLoad but it doesn't work for these requests.
eo_support
Posted: Wednesday, May 27, 2020 12:56:17 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,067
Hi,

No. It's not possible to catch WebSocket traffic. WebSocket is more of a connection based protocol rather than Request/Response based like HTTP. So it does not go through the regular Request/Response pipe line either.

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.