I have updated from 2.3.0 to 2.9.1
Previously this worked.
curl -X POST http://username:passwor@192.1.1.1/r?rapi=%24SC+14
But now i have to turn the username and password to blank in the web GUI & can only use
curl -X POST http://192.1.1.1/r\?rapi\=%24SC+14
The top method still works when pasted into a windows browser without curl -X POST
I currently send these commands from a Rasberry PI running Home assistant.
The documents are excellent but are lacking username and password info in the RAPI over HTTP section, maybe i'm just doing it all wrong.
Thanks to all those that made this possible!
I have updated from 2.3.0 to 2.9.1
Previously this worked.
curl -X POST http://username:passwor@192.1.1.1/r?rapi=%24SC+14
But now i have to turn the username and password to blank in the web GUI & can only use
curl -X POST http://192.1.1.1/r\?rapi\=%24SC+14
The top method still works when pasted into a windows browser without curl -X POST
I currently send these commands from a Rasberry PI running Home assistant.
The documents are excellent but are lacking username and password info in the RAPI over HTTP section, maybe i'm just doing it all wrong.
Thanks to all those that made this possible!