How to send Data to server Using Messages?
-
Hey guys, I hope everyone are having a great day especially @Ruri for take time and answer almost every question, once again thanks @Itamai for the Js implementation I'm using it as example.
Please guys take a look to the pictures to better understand my question.
The responde Code is: 101 (SwitchingProtocols)
so I want to know how I can send the credentials after connection is established
OpenBullet
This is the communication on browser
-
Hey, that's an upgrade from an HTTP connection to a websocket connection, I made a guide check it out https://forum.openbullet.dev/topic/146/upgrading-the-connection-to-websocket
-
@Ruri said in How to send Data to server Using Messages?:
Hey, that's an upgrade from an HTTP connection to a websocket connection, I made a guide check it out https://forum.openbullet.dev/topic/146/upgrading-the-connection-to-websocket
After 6 hrs of searching and testing without any luck here is a update
This is the LoliScript
Request is working good cause I'm getting the same response I'm getting on Browser.
This is the Response Source copied from OB and pasted on notepad in effort to include the whole response.
The same response as browser
And this is the response for TCP Blocks
I'm thinking maybe the format I'm sending the credentials is wrong