I'm a beginner developer in ASP.NET MVC and I am developing a website without HTTPS (it's will be in the future).
In my website I use with web service that return me in the response a URL (HTTPS).
Our company has IIS configure as HTTPS with SSL.
My questions are:
- In general will my website will work like this?
- Can I do redirect from HTTP(my website) to HTTPS(the URL that I do the redirect),note: my IIS is HTTPS and SSL?