jolly-tiger-57705
07/25/2022, 6:21 PMproud-plumber-24205
07/25/2022, 9:05 PMproud-plumber-24205
07/25/2022, 9:05 PMjolly-tiger-57705
07/26/2022, 9:10 AMnull
as described here https://stackoverflow.com/questions/22397072/are-there-any-browsers-that-set-the-origin-header-to-null-for-privacy-sensitiv I'm not sure if this is a problem.
I set Access-Control-Allow-Origin
to null
and it all works but it does seem shady, doesn't it?proud-plumber-24205
07/26/2022, 9:29 AMfetch
or ajax
request you only need to allow CORS
fetch(url, {mode: 'cors'})