Caution
Only Basic authentication is supported.
Caution
HTTP commands use URL encoding. In the following Automation example:
1. Event.KeyPressed: Key=Any
2. Action.SendHttpRequest: Uri= <Command>; Event=1 will send a message
("%" is encoded as "% 25") after pressing the http://192.168.1.1/message=%251
quick dial button no. 1.
Button to be
pressed
Format in Formatter Request to be sent
Quick dial 1 http://10.27.1.6
/message={1}
http://10.27.1.6/message=%251 ("%" is
encoded as "%25")
Keypad 1 http://10.27.1.6
/message={1}
http://10.27.1.6/message=1
Quick dial 1 http://10.27.1.6/mess?
age={1}
http://10.27.1.6/mess?age=%251
Keypad 1 http://10.27.1.6/mess?
age={1}
http://10.27.1.6/mess?age=1