OctoPrint-Webhooks icon indicating copy to clipboard operation
OctoPrint-Webhooks copied to clipboard

unable to configure webhook

Open simonegiusti opened this issue 4 years ago • 1 comments

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 ??

simonegiusti avatar May 20 '21 11:05 simonegiusti

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.

Bagera avatar Mar 02 '22 08:03 Bagera