ElHaix
ElHaix

Reputation: 12986

Logging in to HTTPS from HTTP?

As part of a master page template, several sites include a login control. Since the site is served over HTTP, I want the login control, once a successful login has been achieved, to resolve to a portal served over HTTPS.

The closest I've seen to achieve this may be here, but I'm not entirely clear on its implementation.

Can I get some feedback or suggestions on this?

Of course, a simple "Login" link on all pages that point to a login paged served over HTTPS is another solution, but this is not what I'm looking for.

Thanks.

Upvotes: 0

Views: 381

Answers (1)

Bill Horvath
Bill Horvath

Reputation: 1717

This is way outside my area of expertise, but don't you want login to occur over a secure connection to begin with, rather than going to the secure server after login?

Upvotes: 1

Related Questions