0
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 for me to research? I found some things but with WCF and not with Web Api.
0
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 for me to research? I found some things but with WCF and not with Web Api.
2
Following link with 2 very interesting materials on the subject:
Working with SSL in Web API
https://docs.microsoft.com/en-us/aspnet/web-api/overview/security/working-with-ssl-in-web-api
and Using SSL in ASP.NET Web API
http://www.codeguru.com/csharp/.net/using-ssl-in-asp.net-web-api.htm
Abs.
Browser other questions tagged asp.net-web-api https
You are not signed in. Login or sign up in order to post.
Thank you @Rodolpho!
– Gleyson Silva