I have searched about this but could not find any workable solution.
I have a website like www.example.com and subdomains a.example.com and b.example.com. When I try to post a request from a.example.com to b.example.com I get the error of Referer checking failed.
I have following settings in a.example.com and b.example.com:
CSRF_COOKIE_DOMAIN = ".example.com"
But I am not able to make use of CSRF_COOKIE_DOMAIN
correctly.