HTTP Control Send Parameters
Posted: Mon Oct 14, 2024 12:07 am
Hi everyone,
I'm trying to get SCS to send a HTTP request but with parameters. Essentially I've created a callable cue with parameters "CHANNEL=1, LEVEL=0" the control message is "ch/CHANNEL/fader/LEVEL" with a default path of "http://localhost:8000" so the full message is "http://localhost:8000/ch/CHANNEL/fader/LEVEL"
My expectation was that when I create a 'Call Cue' and enter the parameters "CHANNEL=2, LEVEL=-40" the following is sent "http://localhost:8000/ch/2/fader/-40" however SCS is just sending "http://localhost:8000/ch/CHANNEL/fader/LEVEL". If I manually edit the control message then it works as expected but I don't really want a separate cue for 32 channels!
Have I made a fundamental error or do parameters not work with HTTP requests?
Thanks
I'm trying to get SCS to send a HTTP request but with parameters. Essentially I've created a callable cue with parameters "CHANNEL=1, LEVEL=0" the control message is "ch/CHANNEL/fader/LEVEL" with a default path of "http://localhost:8000" so the full message is "http://localhost:8000/ch/CHANNEL/fader/LEVEL"
My expectation was that when I create a 'Call Cue' and enter the parameters "CHANNEL=2, LEVEL=-40" the following is sent "http://localhost:8000/ch/2/fader/-40" however SCS is just sending "http://localhost:8000/ch/CHANNEL/fader/LEVEL". If I manually edit the control message then it works as expected but I don't really want a separate cue for 32 channels!
Have I made a fundamental error or do parameters not work with HTTP requests?
Thanks