Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 2.6.0

Request #21038 Response-Header "Set-Cookie"
Submitted: 2016-03-07 23:24 UTC
From: larssh Assigned:
Status: Open Package: HTTP_Request2 (version 2.3.0)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 47 - 16 = ?

 
 [2016-03-07 23:24 UTC] larssh (Lars Knickrehm)
Description: ------------ For now the Response header "Set-Cookie" is being removed from the list of headers using "unset" in Response.php on line 250. That modifies the behavior of getHeader(...) from what (at least) I expected. Therefore it's getting impossible to get at the original "Set-Cookie" header value. That's why I suggest removing that denoted line.

Comments