CORS security with ”Access-Control-Allow-Origin: *“ (wildcard)
We need to keep our API server security with CORS restriction : All the solutions I found tell me to allow all origin : *, but this would be a big security failure for our API. You don’t explain why you’ve determined it would be a security failure or why you need to have a … Read more