andrzej | t2
Testing custom webhook url on ephemeral environment
Hi, I'm trying to test a custom webhook endpoint, that is a part of node.js/express app hosted on railway's ephemeral environment. I've created a simple POST endpoint that basically does
console.log
of request.body
. Whenever I try to trigger that api call via TestURL button in the settings/webhooks tab, I can see that there's CORS error thrown:
Please advise7 replies