开发者

problem with multiple cookies and HTTP::Headers

开发者 https://www.devze.com 2023-01-14 14:41 出处:网络
i\'m havi开发者_运维技巧ng problems with the HTTP:Cookies extract_cookies() method, i have a HTTP::Header object with multiple cookies in it under a single field name and the method is only extracting

i'm havi开发者_运维技巧ng problems with the HTTP:Cookies extract_cookies() method, i have a HTTP::Header object with multiple cookies in it under a single field name and the method is only extracting a single cookie. The solution is possibly to have each cookie under a separate 'Set-Cookie" field, but from which i can see HTTP::Headers does not allow you to have more than 1 field with the same name. Ideas?


How does this come about? A browser should never send multiple cookies with the same name (at least for the same domain/host and path).

Update: sorry, I misunderstood. It does appear that multiple Netscape cookies are only expected in multiple Set-Cookie headers (but new-style cookies are all expected in the same Set-Cookie2 header). HTTP::Headers should work fine with multiple headers with the same name; what are you seeing?

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号