Trying to set the volume for Onkyo receiver via an HTTP request (via a web server which translates this request to a TCP call the Onkyo fancy).
The working URL I want to use is:
http://192.168.1.200/MyRemote.php?command=MVL¶ms=33
Whenever I paste the URL string into the HTTP GET request, or into a variable with the URL, or an expression - the editor gets confused with the & sign. the letters after it seem MIA. Probably because of encoding issue.
- Am I doing something wrong?
- Is this is a bug?
and most importantly - - Is there a workaround?
thanks!