Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any advantages to using HTTP over HTTPS?

Tags:

http

https

web

I am managing a web application that dynamically flips between http and https depending on the page. I want to get rid a ton of extra code used to flip between http and https but I want to understand any implications before I continue.

Is there any advantage to serving part of a site using http over https?

like image 912
Kenneth J Avatar asked Jun 27 '11 20:06

Kenneth J


1 Answers

Of course there is some performance drop when using https, but it is not significant unless you have an extremely busy server. See

  • HTTP vs HTTPS performance
like image 55
Bohdan Avatar answered Oct 08 '22 00:10

Bohdan