Configure HTTPS in WebApi

-1

I made a Web Service using WebApi MVC5, with Visual Studio 2017. It's working, but how do I use HTTPS instead of HTTP? Does anyone have any material I can research? I found some things but with WCF and not with Web Api.

    
asked by anonymous 03.06.2017 / 16:06

1 answer

1

Link with 2 very interesting materials on the subject:

Working with SSL in Web API

link

and Using SSL in ASP.NET Web API

link

Abs.

    
04.06.2017 / 04:36