Bug 221007 - [LayoutTests] Pass authentication to CGI scripts
Summary: [LayoutTests] Pass authentication to CGI scripts
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Jonathan Bedard
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-01-26 13:18 PST by Jonathan Bedard
Modified: 2021-01-26 14:55 PST (History)
2 users (show)

See Also:


Attachments
Patch (8.46 KB, patch)
2021-01-26 13:23 PST, Jonathan Bedard
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Bedard 2021-01-26 13:18:56 PST
We need to pass HTTP_AUTHORIZATION to CGI scripts.
Comment 1 Radar WebKit Bug Importer 2021-01-26 13:19:13 PST
<rdar://problem/73630042>
Comment 2 Jonathan Bedard 2021-01-26 13:23:07 PST
Created attachment 418473 [details]
Patch
Comment 3 Jonathan Bedard 2021-01-26 13:42:37 PST
https://bugs.webkit.org/show_bug.cgi?id=220995 shows us actually using this, in LayoutTests/http/tests/xmlhttprequest/resources/cross-origin-authorization.py. That change is not yet finished, but I wanted to demonstrate that this smaller change is actually needed.
Comment 4 EWS 2021-01-26 14:55:56 PST
Committed r271909: <https://trac.webkit.org/changeset/271909>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 418473 [details].