How can I verify my SSL-required ASP.NET MVC website in Visual Studio?

My ASP.NET MVC application provides the use of SSL (nothing happens throughout simple HTTP) - session cookies must be SSL and HttpOnly; my authorization module checks that no message comes out due to anything other than HTTPS.

Problem: how do I debug / walk through Visual Studio now? I still want to be able to do quick F5 tests, like I could do with plain HTTP. Help?

+3
source share
2 answers

, . , , SSL. , SSL. , . Java, , ASP.net.

+1

ASP.Net MVC IIS, .

, SSL , . , WCF, javascript.

+1

Source: https://habr.com/ru/post/1718059/


All Articles