I’m getting the following error while registering url for webhook.
{“errors”:[{“code”:214,“message”:“Non-200 response code during CRC GET request (i.e. 404, 500, etc).”}]}
I can able to successfully register local url through ngrok tunnel in my development machine. But it throws the above mentioned error when I try to register a public url.
Please help me to resolve this.
Request header for your reference
OAuth oauth_consumer_key="xxx", oauth_nonce="457435340", oauth_signature="lLnWJFeg22C5rsyzSunU56bFRiA%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1542350694",oauth_token="xxx", oauth_version="1.0"