nhoizey’s avatarnhoizey’s Twitter Archive—№ 97,280

    1. 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
      oh my god twitter doesn’t include alt text from images in their API
  1. …in reply to @nhoizey
    @cloudinary @etportis So I guess @cloudinary should add X-Playback-Session-Id in Access-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… 😅