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
It seems like this 403 Forbidden response is due to an invalid CORS request. If you try to open index.html locally, you will likely send an Origin: null header to our back end which is rejected due to security concerns. If you try to load index.html from the web instead, you should be able to execute the uploading-files-basic example without this error.
While trying to upload small text file, in uploading-files-basic example, it fails with 403 error.
How to reproduce:
Additional info:
After pressing upload button, initial requests are ok:
This request fails:
However, 403 is reported by this address:
https://dnanexus-platform-upload-prod.s3.amazonaws.com/filev2/e66b/file/ope…
The text was updated successfully, but these errors were encountered: