Opened 13 years ago
Closed 13 years ago
#17060 closed Uncategorized (needsinfo)
incognito mode breaking with 403 forbidden in google chrome
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.
Note:
See TracTickets
for help on using tickets.
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.