Do logged in users need to browse a site over https?
Posted
by
Luke
on Programmers
See other posts from Programmers
or by Luke
Published on 2013-07-02T10:43:41Z
Indexed on
2013/07/02
11:13 UTC
Read the original article
Hit count: 329
I've never thought it was necessary, but a client has requested that all webpages served to logged in users be delivered over HTTPS.
Aside from the implementation standpoint, which I don't think I'm going to pursue is there any real reason for this request ?
For clarity, the login / logout process, account settings, registration preferences and all user related scripts are served over https. but I can't see the point in my news articles, press releases, events etc... being served in this manner? Am I missing something ?
© Programmers or respective owner