Cambridge IGCSE Computer Science · Syllabus 0478 · The Internet and Its Uses
Hypertext Transfer Protocol
What is Hypertext Transfer Protocol?
HTTP is the protocol, or agreed set of rules, that governs how a web browser requests web resources from a web server and how the server responds; the data it carries is not encrypted.
This definition is part of the The Internet and Its Uses chapter in Cambridge IGCSE Computer Science.
Hypertext Transfer Protocol in context
HTTP (hypertext transfer protocol) is the set of rules that governs how a web browser and a web server exchange web pages and other resources: the browser sends a request for a named resource, and the server returns a response containing a status and, where possible, the resource itself. HTTPS (hypertext transfer protocol secure) is the same request-and-response protocol with security added: the data is encrypted before transmission, and the server proves its identity with a digital certificate. HTTPS therefore protects data in transit; it makes no claim at all about whether the website's content, owner or business is honest.

