[Webkit-unassigned] [Bug 113208] [Chromium] Add WebURLRequest::setIgnoreResponseCookies().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 25 08:33:32 PDT 2013


https://bugs.webkit.org/show_bug.cgi?id=113208





--- Comment #3 from Darin Fisher (:fishd, Google) <fishd at chromium.org>  2013-03-25 08:35:59 PST ---
Are you sure this won't lead to a bunch of "infinite" redirects?  When a cookie is not set, or needs to be updates, sites will commonly issues a redirect with a set-cookie header and a location back to the original URL.  If the cookie is not sent in the subsequent request, the server will issue the redirect again.  This repeats until the browser decides that it has followed too many redirects.  This sounds costly, especially if it were to happen a lot.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list