Skip to main content

How do I set 'withCredentials' property on the XMLHttpRequest to 'true' before sending a request to my endpoint using the webhook action. In my end point, I want to set response cookies with a different domain that I can access later on from my browser. I can't access cookies currently because of cors policy