403 CSRF verification failed. Request aborted

Hello. I’ve made a heroku app with django and used the free ssl certificate of Cloudflare for my custom domain. The problem is that on a page I have a POST method with csrf token which shows ok in herokuapp.com but returns an error 403 in my custom domain served by Cloudflare!
What should I do?

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.