Can I reference a python script from a webhook?

Paul Silva January 18, 2016

I have a URL back to our servers that is a python script. http://myserver/blah.py

 

I am not getting the webhook message for some odd reason. I have tested it with the requestbin site and see the webhook is sending it there correctly.

 

Thanks

1 answer

0 votes
Chris Stamp January 19, 2016

Does your server require some authentication? For example some front end apache web server that is filtering out your connection because of no auth sent.

Your script may not be handling the response correctly.

Can you access this script from your browser? If not  your http error may give you better clues.

Let me know once you have checked these things.

 

Suggest an answer

Log in or Sign up to answer