Forums

Webhooks to PAW Url

I'm very much a novice with Python and PAW. I'm trying to send a webhook to a url which points to a python script hosted on Paw. Currently nothing is being returned. Is this because my file is hosted on HTTPS rather than HTTP? Is there someway around this? Thanks for the help.

Are you sure that your web app is working? What happens when you access the URL directly?

HTTPS vs HTTP shouldn't have any effect on whether the webhook works or not.

.