A report on HTTPS, Hypertext Transfer Protocol and Web server
Hypertext Transfer Protocol Secure (HTTPS) is an extension of the Hypertext Transfer Protocol (HTTP).
- HTTPSA web server is computer software and underlying hardware that accepts requests via HTTP (the network protocol created to distribute web content) or its secure variant HTTPS.
- Web serverIts secure variant named HTTPS is used by more than 79% of websites.
- Hypertext Transfer ProtocolThis is the case with HTTP transactions over the Internet, where typically only the server is authenticated (by the client examining the server's certificate).
- HTTPSA web browser, for example, may be the client whereas a process, named web server, running on a computer hosting one or more websites may be the server.
- Hypertext Transfer Protocol2 related topics with Alpha
Web browser
0 linksApplication software for accessing the World Wide Web or a local website.
Application software for accessing the World Wide Web or a local website.
When a user requests a web page from a particular website, the web browser retrieves the necessary content from a web server and then displays the page on the user's device.
In Hypertext Transfer Protocol technical texts, web browsers (and other clients) are commonly referred to as user agents.
In the case of secure mode (HTTPS), the communication between the browser and the web server is encrypted for the purposes of security and privacy.
Virtual hosting
0 linksMethod for hosting multiple domain names on a single server (or pool of servers).
Method for hosting multiple domain names on a single server (or pool of servers).
The term virtual hosting is usually used in reference to web servers but the principles do carry over to other Internet services.
A technical prerequisite needed for name-based virtual hosts is a web browser with HTTP/1.1 support (commonplace today) to include the target hostname in the request.
There is the HTTP Secure special port 443 that needs special configuration (see Server Name Indication).