1 Answer
- Newest
- Most votes
- Most comments
0
I did manage to get everything working.
All the CORS configuration values default to being locked down. During testing to try and open everything up, I had tried * for all the values, but did not set the Max age configuration value (which defaults to blank). A blank max age by the spec should be equivalent to a 0 value, but that doesn't seem to be the case.
With all setting properly filled out to the origins, methods, and headers that I am using AND Max age set to 0 everything started behaving itself.
answered 3 years ago
Relevant content
- asked 2 years ago
- AWS OFFICIALUpdated 7 months ago
