-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Websocket Handle (WSS) #2346
Comments
Welcome! If you're reporting a bug, please make sure you have completed the bug report template see https://github.com/cefsharp/CefSharp/blob/master/ISSUE_TEMPLATE.md#bug-report. Please make sure you provide enough detail that someone else can reproduce the issue you are experiencing. |
There is no specific functionality in This issue tracker is for bug reports only, thank you! |
@amaitland OnBeforeResourceLoad unfortunately is not raised/called for WebSocket requests in custom ResourceRequestHandler. Can anyone please assist me? here is the sample code - `private sealed class BearerAuthResourceRequestHandler : ResourceRequestHandler
|
Intercepting In theory you can access at least some of the https://chromedevtools.github.io/devtools-protocol/tot/Network/#event-webSocketClosed This is not something I've tested, not do I have an example. Generic details on using |
Thank you @amaitland. Will see and try. My requirement is, I would like to inject a token in the request header and pass the same to a web server. |
How i can handle websocket ?
I need to send and receive packet from c# code behind.
Thank you. Sorry my english.
The text was updated successfully, but these errors were encountered: