Hi guys.
Thank you for the answers. I forgot to tell you that I hit the server in
Developement and it is http. (local)
I did put these parameters in my settings.py :
CSRF_COOKIE_SECURE = False
SESSION_COOKIE_SECURE = False
but it keeps displaying the same message :
Forbidden (CSRF token missi
when using the development server over HTTP, don't set these values:
CSRF_COOKIE_SECURE = True
SESSION_COOKIE_SECURE = True
On Wednesday, November 21, 2018 at 5:38:19 AM UTC-8, Rabah Saadi wrote:
>
> Hello,
>
> I've been using Django 2.2Dev for a while now, since April 2018, and it is
> w
Hi Rabah,
I encountered a similar problem today and could pin it to the setting
"CSRF_COOKIE_SECURE = True". I don't use https on my development
machines so the cookie is not set. Changing the value to
"CSRF_COOKIE_SECURE = False" in my local settings solved it.
You may check, how you access your
Any Clue guys ??, Please
Le mercredi 21 novembre 2018 05:38:19 UTC-8, Rabah Saadi a écrit :
>
> Hello,
>
> I've been using Django 2.2Dev for a while now, since April 2018, and it is
> working just fine (I got my reasons why Django Dev). But since the last git
> pull, it shows the CSRF token miss
Here the screenshots :
-
(hellops-G3NgZpUh) rango@Pavilion:~/dev/hellops$ python manage.py runserver
Performing system checks…
System check identified no issues (0 silenced).
November 24, 2018 - 12:52:56
Django version 2.2.dev20181124001902, using settings 'hellops
send us screenshot from issue
On Wednesday, 21 November 2018 15:38:19 UTC+2, Rabah Saadi wrote:
>
> Hello,
>
> I've been using Django 2.2Dev for a while now, since April 2018, and it is
> working just fine (I got my reasons why Django Dev). But since the last git
> pull, it shows the CSRF toke
sounds like you really should post this to the django-developers user group
or the project bug tracker as a regression report.
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, sen
7 matches
Mail list logo