Hello,
I have one VAPT issue pending, of CORS misconfiguration. I have defined Access-Control-Allow-Origin with * in my web.config
How to prevent or fix this CORS misconfiguration in project?
Project is in mvc web api
Thank You !