I have a simple problem but do not find a solution.
To switch an IP relais on (or off) I have to send the following command to the ip switch.
172.30.2.20/io.cgi?DOA2=0 (to switch it on)
resp.
172.30.2.20/io.cgi?DOA2=1 (to switch it off)
When I paste this lines ion my browser it all works fine.
However, I do not manage to put this in a command for MS.
I tried all variations of:
HTTPRequest>172.30.2.20,,PUT,/io.cgi?DOI1=0,HTMLResponse
HTTPRequest>http://172.30.2.20,,PUT,/io.cgi?DOI1=0,HTMLResponse
HTTPRequest>https://172.30.2.20,,PUT,/io.cgi?DOI1=0,HTMLResponse
but nothing works. I am sure it is an obvious fault

Thanks for a tip:-)
Philipp