Soundtouch HTTP URL to be used from another system
Hi guys,
I would like to know how to i.e. set the volume to 40 using a HTTP Post command. Like this:
http://192.168.178.34:8090/volume?volume=40
But this does not work. Can someone give me advise?
Thank you,
Peter
I would like to know how to i.e. set the volume to 40 using a HTTP Post command. Like this:
http://192.168.178.34:8090/volume?volume=40
But this does not work. Can someone give me advise?
Thank you,
Peter
0
Answers
For the post command you need to format the data and post it in the body payload. Not in the URL.