NEW 178718
CachedResource::load: Failed security check - state is provisional
https://bugs.webkit.org/show_bug.cgi?id=178718
Summary CachedResource::load: Failed security check - state is provisional
Eric
Reported 2017-10-24 02:28:17 PDT
Created attachment 324662 [details] Webkit crash in browser console Hi We get the error "CachedResource::load: Failed security check - state is provisional" (https://github.com/WebKit/webkit/blob/master/Source/WebCore/loader/cache/CachedResource.cpp#L214) which makes our iOS app crash completely. HTR: 1. Navigate to any page that loads data over HTTP on startup. 2. While the http request is pending, navigate to another page or go back 3. The message "CachedResource::load: Failed security check - state is provisional" spams the xcode console
Attachments
Webkit crash in browser console (741.07 KB, image/png)
2017-10-24 02:28 PDT, Eric
no flags
Eric
Comment 1 2017-10-24 02:33:06 PDT
Also, the error is not very consistent, have to go through the HTR steps maybe 5-10 times before it hits. But it's consistent enough that we get it often and many of our customers using iOS 11 gets it fairly consistently. We suspected fetch to be the culprit as we could not reproduce the issue in an older website which used XMLHttpRequest, and while I could not reproduce the issue locally on my developer machine while using XHR, we're seeing the issue when the XHR workaround is tested in our qa environment.
Radar WebKit Bug Importer
Comment 2 2017-10-25 19:28:27 PDT
Note You need to log in before you can comment on or make changes to this bug.