Browse Source
(thx avij) clients should send a single Cookie header with multiple cookie values separated with ';'. https://tools.ietf.org/html/rfc6265#section-4.2.1 However, HTTP/2 loosens this requirement for Cookie. https://tools.ietf.org/html/rfc7540#section-8.1.2 Section 8.1.2.5 Compressing the Cookie Header Field and some HTTP/2 clients (Chrome, Firefox) send multiple 'cookie:' headers in a HEADERS frame.master
1 changed files with 13 additions and 1 deletions
Loading…
Reference in new issue