Using Parameters in URL via Websocket
Posted: Sun Feb 04, 2024 12:22 am
Good Evening,
Please excuse my lack of knowledge, I am relatively new to the software but have been googling, reading the boards and trying to paw through source code. Now I wondered if anyone on here could help me.
I am looking to be able to have a URL that when loaded can send parameters through the web socket.
I don't know if this is possible but I am using VisualBasic for a project and need to activate a function/scene within it. The easiest way for me would be to load a URL. Again, I used to be OK with code but this was 10 years ago and I'm trying to re-learn alongside work and life.
To give a better idea what I'm trying for, I have tried:
http://127.0.0.1:9999/?setFunctionStatu ... sfStatus=1
http://127.0.0.1:9999/?setFunctionStatus[0]1
http://127.0.0.1:9999/?QLC+API|setFunctionStatus|[0]|1
I have two functions setup in my test environment "0" & "1"
and I am looking to change the status to "1" run
All return 404 error
Thank You all so much for your time.
Please excuse my lack of knowledge, I am relatively new to the software but have been googling, reading the boards and trying to paw through source code. Now I wondered if anyone on here could help me.
I am looking to be able to have a URL that when loaded can send parameters through the web socket.
I don't know if this is possible but I am using VisualBasic for a project and need to activate a function/scene within it. The easiest way for me would be to load a URL. Again, I used to be OK with code but this was 10 years ago and I'm trying to re-learn alongside work and life.
To give a better idea what I'm trying for, I have tried:
http://127.0.0.1:9999/?setFunctionStatu ... sfStatus=1
http://127.0.0.1:9999/?setFunctionStatus[0]1
http://127.0.0.1:9999/?QLC+API|setFunctionStatus|[0]|1
I have two functions setup in my test environment "0" & "1"
and I am looking to change the status to "1" run
All return 404 error
Thank You all so much for your time.