标签: python django csrf django-csrf
我正在设置CSRF_COOKIE_DOMAIN='.localhost'。设置此表单后,提交失败,并显示csrf令牌错误。以下是详细信息:
CSRF_COOKIE_DOMAIN='.localhost'
https://gist.github.com/anonymous/3fde73be4d3541223cf93b8e703169c1
如果我没有在ajax请求中设置csrf_cookie_domain csrf失败。我在每个ajax请求上传递csrf令牌。
csrf_cookie_domain