Discussions

Ask a Question
Back to All

What will be the value of Origin header value in a webhook request coming to my application?

I am implementing CORS in my application as an additional layer of security. What will be the value of origin header when the webhook request is coming to my application. This can help me add the origin value to the list of allowed origins for CORS to work.