Opened 13 years ago

Closed 13 years ago

#17060 closed Uncategorized (needsinfo)

incognito mode breaking with 403 forbidden in google chrome

Reported by: socalstuff@… Owned by: nobody
Component: Uncategorized Version: 1.3
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Cookie is never set in the client. Using the Jquery code for Ajax requests in the docs. Regular mode appears to have a csrftoken and sessionid set.

Change History (1)

comment:1 by Luke Plant, 13 years ago

Resolution: needsinfo
Status: newclosed

I do not understand this bug report. I'm guessing that you are having some problem with a CSRF protected page that uses AJAX and the example jQuery code. However, a quick test on a Django site I have that has such a page, using Chrome in incognito mode, shows that is working in at least one case.

Therefore I'm closing as NEEDSINFO. Please provide a much more detailed description that will allow us to reproduce the problem if you are sure this is a genuine problem in Django.

Note: See TracTickets for help on using tickets.
Back to Top