Re: Forbidden (CSRF token missing or incorrect.)

2018-12-02 Thread Rabah Saadi
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

Re: Forbidden (CSRF token missing or incorrect.)

2018-11-29 Thread Zach
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

Re: Forbidden (CSRF token missing or incorrect.)

2018-11-29 Thread Andreas Schosser
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

Re: Forbidden (CSRF token missing or incorrect.)

2018-11-28 Thread Rabah Saadi
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

Re: Forbidden (CSRF token missing or incorrect.)

2018-11-24 Thread Rabah Saadi
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

Re: Forbidden (CSRF token missing or incorrect.)

2018-11-21 Thread Gear Crew
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

Re: Forbidden (CSRF token missing or incorrect.)

2018-11-21 Thread Jason
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