-
It looks like videos in nicolas-hoizey.com/2018/08/using-cloudinary-s-fetch-api-to-convert-an-animated-gif-to-a-video.html don’t load in Safari because @cloudinary’s server doesn’t send
X-Playback-Session-Id
in CORS headers. No issue with Chrome and Firefox. The error was hard to find because it comes from the Service Worker console. +@etportis -
@cloudinary @etportis So I guess @cloudinary should add
X-Playback-Session-Id
inAccess-Control-Allow-Headers
response header: fetch.spec.whatwg.org/#ref-for-http-access-control-allow-headers① But I wonder why Safari requires this while other browsers don’t. Of course, I might be completely wrong… 😅