Home » HTTP » HTTP_Request » Bug #2254
Cookies on Redirect
Details
| Request #2254 | Cookies on Redirect |
|---|---|
| Submitted | 2004-08-30 16:46 UTC |
| From | Martin dot Krieger at igelwald dot de |
| Status | Closed |
| Package | HTTP_Request |
| PHP Version | Irrelevant |
| OS | Irrelevant |
| Roadmaps | (Not assigned) |
Comments
[2004-08-30 16:46 UTC] Martin dot Krieger at igelwald dot de
Description:
------------
There are webpages which first send a cookie in a redirect response. If the cookie is not present in the new request they issue a "you need cookies" warning, otherwise the real page is send.
Getting the real contents of such pages is not supported with "allowRedirects=true" in the HTTP.Request class. So I'd like to suggest to add support for cookies in redirected requests.
[2004-08-30 17:50 UTC] Martin dot Krieger at igelwald dot de
HTTP_Client does the job.
Sorry for any inconviniences.