HTTP Get Resquest

ControlFreak

New Member
Hellos,

First time here, correct me if wrong forums...
Im trying to open a socket from a Crestron Controller to control OBS Software.

I can connect, but my initial GET HTTP request is getting a 400 error.

I tried many variants of this form:
GET / HTTP/1.1
Host: 192.168.0.65 (ip where the software is running)
Upgrade: websock
Connection: Upgrade

Always getting this meesage back:
HTTP/1.1 400
Server: Websocket++/0.8.2

Any one any have ideas ?
Thank you!
 
Top