Open simonegiusti opened 3 years ago
Hello, I have this url firing a smart plug: https://www.virtualsmarthome.xyz/url_routine_trigger/activate.php?trigger=739a253c-dbe7-4d11-b71f-ff3e91b4b6c8&token=8c055cbf-fbb1-40fe-8940-76f65e1e157d&response=json (this is a test and it's not connected to real machines !!) I tried to configure this URL in webhooks but with no results. Really I don't know how to configure parameters and I always receive 403 error ... Can you help me ??
403 means that access is denied. You probably have to send some kind of authentication token or similar in the headers. Check what the API needs, it's probably in the docs.
Hello, I have this url firing a smart plug: https://www.virtualsmarthome.xyz/url_routine_trigger/activate.php?trigger=739a253c-dbe7-4d11-b71f-ff3e91b4b6c8&token=8c055cbf-fbb1-40fe-8940-76f65e1e157d&response=json (this is a test and it's not connected to real machines !!) I tried to configure this URL in webhooks but with no results. Really I don't know how to configure parameters and I always receive 403 error ... Can you help me ??