Is there any programmatic way that where I can mandate the HTTPS in my ASP.Net Web API? I need to perform this for all HTTP methods in my Web API.
Can we mandate HTTPS to specific HTTP messages as well ?
Please note that I need to do this in programmatic way in my ASP.Net back end.