[Webkit-unassigned] [Bug 249209] New: [Curl] Only redirect when known redirect status codes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Dec 12 22:31:54 PST 2022
https://bugs.webkit.org/show_bug.cgi?id=249209
Bug ID: 249209
Summary: [Curl] Only redirect when known redirect status codes
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Platform
Assignee: webkit-unassigned at lists.webkit.org
Reporter: kenji.shukuwa at open-tec.co.jp
By specification, if the status code is 3xx and there is a location header, you can redirect automatically.
The current curl port is redirecting according to this specification.
On the other hand, WebKit limits redirect status codes to known code. Inconsistent redirect code
within WebKit can lead to unexpected behavior.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20221213/dad6b5c2/attachment.htm>
More information about the webkit-unassigned
mailing list