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
{{ message }}
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Send a HEAD request to a fake-s3 bucket file that does exist from a different origin than the bucket. Check the response headers and verify Access-Control-Allow-Origin:* is present.
Send a HEAD request to a fake-s3 bucket file that does not exist from a different origin than the bucket. Access-Control-Allow-Origin:* is not present in the response headers.
The text was updated successfully, but these errors were encountered:
@jubos I have a fix for GET and HEAD requests. If you see this as an important issue, let me know and I'll create a pull request and do the testing. Otherwise you can close this, and I will use my fork.
To reproduce:
Access-Control-Allow-Origin:*
is present.Access-Control-Allow-Origin:*
is not present in the response headers.The text was updated successfully, but these errors were encountered: