Jump to content

Simple HTTPS question


johnsmith153

Recommended Posts

Very simple:

 

Obviously if you are posting sensitive data to a server, you should really use https.

 

What about just when the user is only viewing their sensitive data? Does this need https?

 

I.e the user is selecting to view their email / home address etc. Does this need https? (dbase returns info then passes to the browser)

 

Obviously, when they then enter and submit changed details, this obviously should then have https.

Link to comment
https://forums.phpfreaks.com/topic/124596-simple-https-question/
Share on other sites

Any data you transfer between the client and the server is sent in plain text... unless you're using SSL. This includes session cookie data. Possible session hijack with an idle user.

 

If it's important, its worth 100 bucks a year for SSL

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.