We have currently enabled CORS on the server and have allowed only certain origins, headers and methods to allowed over CORS.
We are planning to allow all headers to be allowed over CORS, i.e., set the EnableCorsAttribute.Headers to *.
Is there any security concerns/risks that i should be aware of ?
Thanks