PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » HTTP » HTTP_Request » Bug #2254

Cookies on Redirect

Details

Request #2254Cookies on Redirect
Submitted2004-08-30 16:46 UTC
FromMartin dot Krieger at igelwald dot de
StatusClosed
PackageHTTP_Request
PHP VersionIrrelevant
OSIrrelevant
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.