You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/06/11 16:06:45 UTC

[GitHub] [cordova-ios] breautek edited a comment on issue #897: origin is null for requests sent with window.fetch on WKWebView engine

breautek edited a comment on issue #897:
URL: https://github.com/apache/cordova-ios/issues/897#issuecomment-642775153


   My wild guess is wkwebview is treating the request as a tainted origin, which I believe only does this on the `fetch` api. If the origin is considered tainted, then the origin becomes null, according to the Fetch spec.
   
   https://fetch.spec.whatwg.org/#serializing-a-request-origin
   
   But I don't know what qualifies as a tainted origin...


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org