I want to trigger Bitbucket's Event Payloads to run my Bamboo Plan.
In the Webhook menu of Repository Setting in Bitbucket, what should I enter for the Name, URL, and Secret of Bamboo for Create Webhook?
I entered TEST_WEBHOOK as the Name, Bamboo Plan https://bamboo.nsoft.com/build/admin/triggerManualBuild.action?buildKey=ADA-TBT as the URL, and Bamboo's Personal Access Token as Secret.
I then pressed the Test connection button and received a 403 response along with the Body message below.
{"status-code":"403","error-code":"XSRF_FAILURE_NO_TOKEN_IN_COOKIE","message":"Unable to access this resource due to a failed XSRF check. Please ensure that a valid XSRF token is provided in the request."}
Please help me.