The Web Inspect tool identified security vulnerability on ASP.NET MVC web appon some path given below.
/Content/
/Content/themes/base/images/
/Content/themes/
/Content/Images/
/profiler/results
/Account/Login
/Error/LogJavaScriptError/
/Content/themes/base/
/Content/Profile/
The App is MVC Web and accessed by chrome browser and it will not have origin in request header. The path above seems to resources which is referred in the MVC web form and it will not have origin but web inspect tool expect it.
If I want to add orgin, it can be done for all request to MVC which may not be a right solution.
Please advise what can i do