Changes between Version 1 and Version 2 of Ticket #28119
- Timestamp:
- Apr 24, 2017, 7:32:29 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28119 – Description
v1 v2 18 18 Expected result: `response.cookies['csrftoken']['domain']` was set to the value of `SERVER_NAME` (default would be `testserver`). 19 19 Rationale: 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 ---22 20 23 21 === Example of cookies sent incorrectly to another domain: