Docs: explain how to deal with CORS
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 123
- Forks
- 47
- PR merge metrics
- No merged PRs in 30d
Description
I've installed this on my own domain screenshots.nicolas-hoizey.com hosted on Netlify.
It works well when run in the browser:
https://screenshots.nicolas-hoizey.com/https%3A%2F%2Fcloudfour.com%2Fthinks%2Fsvg-icon-stress-test%2F/large/
But I get a CORS error when I try to use this image in a page on another domain:

I tried to add this to my netlify.toml file, but it doesn't fix the issue:
[[headers]]
for = "/*"
[headers.values]
Access-Control-Allow-Origin = "*"
Is there something specific to do because it's a Netlify Function?
There might be something here: https://stackoverflow.com/a/57974136/717195
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin with the netlify.toml configuration and the Netlify Function context, then review the linked Stack Overflow guidance. Document the required CORS handling for using a generated image on another domain, including the relevant deployment configuration. Done means the reported cross-domain case has clear, reproducible instructions.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100