2blane / OctoPrint-Webhooks

Make OctoPrint events call your custom webhooks!
GNU Affero General Public License v3.0
28 stars 19 forks source link

unable to configure webhook #29

Open simonegiusti opened 3 years ago

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

Bagera commented 2 years ago

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.