I am trying to setup a webhook subscription and am getting an error “GET to callback URL does not return 200”.
My callback URL is:
Which does in fact give a 200 OK response (see images 2 and 3, response and headers).
Why is the /push_subscriptions POST throwing back an error that the callback URL “GET to callback URL does not return 200”?