question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

/_blobs not taking cors settings into account -> missing Access-Control-Allow-Origin header

See original GitHub issue

I had set the following in crate.yml but its still not sending the Access-Control-Allow-Origin to the client

http.cors.enabled: true

http.cors.allow-origin: "*"

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:12 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
mfusseneggercommented, Oct 16, 2018

We’ve merged another fix for this (https://github.com/crate/crate/pull/7768) so this should work now.

1reaction
mfusseneggercommented, Oct 12, 2018

Ah right, sorry I had skipped over the OPTIONS remark. We’ll have a look at that as well

Read more comments on GitHub >

github_iconTop Results From Across the Web

No 'Access-Control-Allow-Origin' header is present on the ...
I am testing direct to Azure Blob storage upload and getting the dreaded CORS issue. "XMLHttpRequest cannot load https://tempodevelop.blob.core.
Read more >
No 'Access-Control-Allow-Origin' header is present on ... - MSDN
Hi There,. I am trying to upload images to Azure blob storage, but am getting the error "No 'Access-Control-Allow-Origin' header is present ...
Read more >
ERROR : No "Access-Control-Allow-Origin" header is ... - GitHub
I am trying google signIn using angular2 and nodejs where angular2 and nodejs are running on 4200 and 3000 port respectively.
Read more >
Reason: CORS header 'Access-Control-Allow-Origin' missing
The response to the CORS request is missing the required Access-Control-Allow-Origin header, which is used to determine whether or not the ...
Read more >
Dealing with image CORS error in Chrome, Chromium and ...
Access to image at '${url}' from origin '${origin}' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found