Hello,
I needs some help with figuring out why my webhook URL suddenly became invalid starting about a week ago. I don't want to give all the specifics here in a public form, as some are sensitive, but here's the basic issue:
1. The URL can be curl'd (get or post) with no problem and returns a 200 response when you do so
2. The message received when adding the webhook is "Unable to connect to the specified the URL, please double check and try again." Strangely, nothing shows up in our webserver logs that indicates we even received a request for validation, which is not true if we try to validate the http:// version of the URL, which redirects to https:// and displays a 302 error message (as expected).
3. This same URL and many like it worked fine a bit more than a week ago. All webhook URLs are now failing (we provide a service that integrates with MailChimp and many of our customers use that, each with their own unique webhook URL).
4. We have an alternate domain pointing at the same backend servers (different front end) which works fine for any of the failed webhooks
So, I have two questions:
1. Is there a way that I can test the URL for these webhooks that mimics the same calls made by the validator?
2. Is there a way that I can provide MailChimp Tech Support with the information to test these without publishing the URLs on a public forum...
Thanks!
Nick