Closed heff27 closed 6 years ago
In example this is working:
curl -d '{"url": "http://www.dell.com/support/article/de/de/debsdt1/sln297754/drucken-einer-testseite-in-windows-10?lang=de"}' -H "Content-Type: application/json" -X POST http://IP:2971/api/command
or
curl -d '{"url": "https://www.dkb.de/"}' -H "Content-Type: application/json" -X POST http://IP:2971/api/command
This is for any reasons not working:
curl -d '{"url": "https:/google.de"}' -H "Content-Type: application/json" -X POST http://IP:2971/api/command
In your last curl is the issue that the URL isn't formatted properly? (https:/ should be https://)
There's also an issue to wrap up that there's no UI to ask you about certificate errors, although I doubt google.de would have a certificate error
Ok - My fault. I think this issue can be closed,
I am trying to post a rest command to change the page on the wall panel
and i doesn't seem to work ?
Can anyone help ? or give an example of the full command..