Is there a way to disable the csrf requirement for specific urls?
I can't send a webhook from an external provider because I've enabled csrf in my node app, and it's therefore pinging back a 403 - invalid csrf token.
Thanks!
Is there a way to disable the csrf requirement for specific urls?
I can't send a webhook from an external provider because I've enabled csrf in my node app, and it's therefore pinging back a 403 - invalid csrf token.
Thanks!
You sir, are a legend.
Thanks!