Xcode Cloud Webhooks - Unexpected response code for CONNECT: 403

I have registered a webhook URL but for every event triggered, my webhook URL does not receive any POST request.

In my App Store Connect Xcode Cloud > Webhook Setting, I can see all the webhook failed to send, they all returned `Unexpected response code for CONNECT: 403

`

I tried testing my webhook URL from Postman, it works fine, but not from Xcode Cloud Webhook.

Answered by Developer Tools Engineer in 800384022

Hi @wilsonchow, your webhook server is rejecting the requests coming from Xcode Cloud. Please make sure that your server is accessible from the internet and is not behind any sort of proxy that requires users to interactively authenticate.

Hi @wilsonchow, your webhook server is rejecting the requests coming from Xcode Cloud. Please make sure that your server is accessible from the internet and is not behind any sort of proxy that requires users to interactively authenticate.

Xcode Cloud Webhooks - Unexpected response code for CONNECT: 403
 
 
Q