You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Access to CSS stylesheet at 'https://..' from origin 'https://...' has been blocked by CORS policy:
The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard
'*' when the request's credentials mode is 'include'.
16:11:31.942
So I think the CORS support needs to change from sending * and instead send the origin of the request in the Access-Control-Allow-Origin header
The text was updated successfully, but these errors were encountered:
cameronbraid
changed the title
COORS
COORS - header in the response must not be the wildcard '*' when the request's credentials mode is 'include
May 12, 2021
Thanks for this cross issue.
As written in the doc, this feature is based on the go-chi/cors library. I will wait for a response on your other issue to see if I can do anything on S3-Proxy.
oxyno-zeta
changed the title
COORS - header in the response must not be the wildcard '*' when the request's credentials mode is 'include
CORS - header in the response must not be the wildcard '*' when the request's credentials mode is 'include
May 12, 2021
Error reporter in chrome devtools
So I think the CORS support needs to change from sending
*
and instead send the origin of the request in theAccess-Control-Allow-Origin
headerThe text was updated successfully, but these errors were encountered: