CORS on firebase storage
问题 I'm gettin the normal cors error on my firebase storage when I do a get call on an html file: Request header field Access-Control-Allow-Origin is not allowed by Access-Control-Allow-Headers in preflight response. I'm using axios for the call: axios.get('https://firebasestorage.googleapis.com/v0/b/xxxxx-xxxxx.appspot.com/o/files%2Fsigning%2F148%2F459.html?alt=media&token=f3be2ef2-a598-4c30-a77b-8077e8b1f7bc', { headers: {'Access-Control-Allow-Origin': '*',} ) I have the access set to public: