'Webhook listener with csrf

I want to create a webhook listener for a third party app. But fot this i have to use @csrf_exempt . Without using the above my web app isn't allowing the third party app to send the webhook data. It blocks it and says forbidden.

My question is if we do it without the csrf token can it cause a security vulnerability? What are the other ways to handle this securely.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source