Mobile app version of vmapp.org
Login or Join
Lee4591628

: From a programming point of view, you won't notice a lot of difference. The connection between the user's browser and your web server is encrypted, but your code on the web server doesn't

@Lee4591628

From a programming point of view, you won't notice a lot of difference. The connection between the user's browser and your web server is encrypted, but your code on the web server doesn't have to be concerned about the fact that it's an HTTPS connection. You will still see the same requests and be able to send the same responses, with the web server managing the encryptiong itself.

Having said that, there are sometimes aspects you may be concerned with when programming. For example, there will be a way (depending on your web server) to find out whether a given connection is encrypted or not. You may also want to redirect users to an encrypted or non-encrypted URL as your particular application needs.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Lee4591628

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme