In MVC can you please tell me how to apply [RequireHttps].
In localhost http should work but in production https should be there (in production https certification is implemented but there are few Ajax calls which is forming http url instead of https. So i thought if using [RequireHttps] attribute).
Can you provide me the solution for this.