Changes between Version 1 and Version 2 of Ticket #28119


Ignore:
Timestamp:
Apr 24, 2017, 7:32:29 AM (8 years ago)
Author:
Ali Kaafarani
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28119 – Description

    v1 v2  
    1818Expected result: `response.cookies['csrftoken']['domain']` was set to the value of `SERVER_NAME` (default would be `testserver`).
    1919Rationale: Browsers do this, according to the specification: https://tools.ietf.org/html/rfc2965 (4.3.1 Interpreting Set-Cookie: Domain Defaults to the request-host)
    20 
    21 ---
    2220
    2321=== Example of cookies sent incorrectly to another domain:
Back to Top