02-08-2021 01:45 PM
I created a webhook and I receive data when subscribing with ngrok, but I cannot receive data when subscribing with the domain.
I use Flask with Python3.7.
@app.route('/', methods=['POST'])def get_cmxJSON(): ret = gzip.decompress(request.data).decode("utf-8") print(ret) return "OK"
Example :
https://4da9f13097b4.ngrok.io => I can receive data
https://sub.domain.com => I cannot receive data
Solved! Go to Solution.
03-30-2021 06:15 PM
Hello, thank you for your patience while I looked in to this for you. I ran this past our XIQ engineers and they requested that we open a case for this so they can help you through setting up your webhook.
03-30-2021 06:15 PM
Hello, thank you for your patience while I looked in to this for you. I ran this past our XIQ engineers and they requested that we open a case for this so they can help you through setting up your webhook.