NEW224301
Add test to verify _WKCustomHeaderFields is used with HTTP requests
https://bugs.webkit.org/show_bug.cgi?id=224301
Summary Add test to verify _WKCustomHeaderFields is used with HTTP requests
Alex Christensen
Reported 2021-04-07 12:44:06 PDT
Add test to verify _WKCustomHeaderFields is used with HTTP requests
Attachments
Patch (3.06 KB, patch)
2021-04-07 12:44 PDT, Alex Christensen
no flags
Patch (3.68 KB, patch)
2021-04-07 14:18 PDT, Alex Christensen
no flags
Patch (3.65 KB, patch)
2021-04-07 16:18 PDT, Alex Christensen
youennf: review+
Alex Christensen
Comment 1 2021-04-07 12:44:43 PDT
Alex Christensen
Comment 2 2021-04-07 14:18:43 PDT
Alex Christensen
Comment 3 2021-04-07 16:18:33 PDT
youenn fablet
Comment 4 2021-04-12 07:55:26 PDT
Comment on attachment 425449 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=425449&action=review > Tools/TestWebKitAPI/Tests/WebKitCocoa/WebsitePolicies.mm:1196 > + NSString *string = [NSString stringWithFormat:@"<script>function bodyloaded(){fetch('%@',{mode:'no-cors'}).then(()=>{alert('loaded')}).catch((e)=>{alert('caught '+e)})}</script><body onload='bodyloaded()'/>", server.request().URL]; Would be interesting to do it with CORS so that: - injecting this custom header does not trigger preflight requests for all CORS requests - ensuring preflight requests get that header
Radar WebKit Bug Importer
Comment 5 2021-04-14 12:46:28 PDT
Note You need to log in before you can comment on or make changes to this bug.