Re: CSRF Verification error appeared after I changed DNS

2015-05-15 Thread Jun Tanaka
I got the same kind of an error. In my case, I got u'CSRF_COOKIE' instead of 'csrf' in request. I appreciate any solution for this issue. 2013年1月9日水曜日 8時44分49秒 UTC+9 Saqib Ali: > > > Hi. > > I have been using Django successfully for a few days now. I was running my > django application on an

Re: CSRF Verification error appeared after I changed DNS

2013-01-08 Thread Amirouche
On Wednesday, January 9, 2013 3:21:08 AM UTC+1, Saqib Ali wrote: > > Yes, I checked my cookies and there is a csrftoken: > jrQ4T0IZPqFpbjoPLlzJSnsEPQxzHAJh > I didn't change the SESSION_COOKIE_DOMAIN value. There is no such setting > in my settings.py. > > I don't know then : / Maybe restart g

Re: CSRF Verification error appeared after I changed DNS

2013-01-08 Thread Saqib Ali
Yes, I checked my cookies and there is a csrftoken: jrQ4T0IZPqFpbjoPLlzJSnsEPQxzHAJh I didn't change the SESSION_COOKIE_DOMAIN value. There is no such setting in my settings.py. I did no On Tuesday, January 8, 2013 8:09:03 PM UTC-5, Amirouche wrote: > > Did you check your cookies, is there any

Re: CSRF Verification error appeared after I changed DNS

2013-01-08 Thread Amirouche
Did you check your cookies, is there any csrftoken ? Did you change SESSION_COOKIE_DOMAIN ? On Wednesday, January 9, 2013 1:19:35 AM UTC+1, Saqib Ali wrote: > > BTW, I forgot to mention that my template contains the following HTML: > > {% csrf_token %} > > E-mail: type="text" class="requi

Re: CSRF Verification error appeared after I changed DNS

2013-01-08 Thread Saqib Ali
BTW, I forgot to mention that my template contains the following HTML: {% csrf_token %} E-mail: On Tuesday, January 8, 2013 6:44:49 PM UTC-5, Saqib Ali wrote: > > > Hi. > > I have been using Django successfully for a few days now. I was running my > django application on an