WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
287636
results.webkit.org returning 414 Request-URI Too Large
https://bugs.webkit.org/show_bug.cgi?id=287636
Summary
results.webkit.org returning 414 Request-URI Too Large
Sam Sneddon [:gsnedders]
Reported
2025-02-13 09:30:41 PST
Pasting in a large block of tests fails loading
https://results.webkit.org/api/[suite]/tests?limit=10&test=[…]&test=[…]&test
=[…] with 414 Request-URI Too Large. In this specific case, we're trying to send a URL with length 21046 to the server. I don't know what exactly the server has configured as a maximum URL length (or maximum request line length), but maybe we should avoid creating such long URLs by e.g. only requesting 50 tests at a time? Though in reality we might want to just say "hey you're gonna have a bad time trying to load so many tests" and not even try. We also don't provide any feedback in the UI that it has failed — the UI just silently does nothing.
Attachments
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2025-02-13 09:30:53 PST
<
rdar://problem/144792635
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug