I'm trying to send an HTTP request as a Rule Machine Action:
Example: http://192.168.xx:xx/admin?profile=7&user=admin&xxxxx=xxxxx
The request works fine when being typed in to a browser but does not work through a Rule Machine Action. The logs show the action completing without an error but the result, turning off a camera, never happens.
Im using HTTP PUT and JSON. In The Rule Machine action looks like this: Send POST to: http://192.168.xx.xx:xx/admin?profile=7&user=xxxxx&password=xxxxx
Again, the log shows the action occurring without authentication errors like invalid token, etc.
The crazy thing is that I know this should work because I had it working in the past but accidentally deleted the rule.
Anyone have any ideas?