Difference between revisions of "Http"

From Second Life Wiki
Jump to navigation Jump to search
(New page: {{wikify}} [http://en.wikipedia.org/wiki/Hyper_Text_Transfer_Protocol HTTP Hypertext_Transfer_Protocol])
 
m (Just adding a list of typical ports, since these are referred on pages linked to this one, which, however)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{wikify}}
={{Wikipedia|Hyper_Text_Transfer_Protocol|HTTP - Hypertext Transfer Protocol}}=
[http://en.wikipedia.org/wiki/Hyper_Text_Transfer_Protocol HTTP Hypertext_Transfer_Protocol]
 
{{blockquote|The Hypertext Transfer Protocol (HTTP) is an application-level protocol with the lightness and speed necessary for distributed, collaborative, hypermedia information systems. It is a generic, stateless, object-oriented protocol which can be used for many tasks, such as name servers and distributed object management systems, through extension of its request methods (commands). A feature of HTTP is the typing of data representation, allowing systems to be built independently of the data being transferred.{{br}}HTTP has been in use by the World-Wide Web global information initiative since 1990.|Abstract of [https://datatracker.ietf.org/doc/html/rfc1945 RFC1945] (1996), the international standard defining version 1.0 of HTTP.}}
 
Typical {{Wikipedia|HTTP#HTTP_data_exchange|port numbers for HTTP}} include:
 
* '''80''' — Unencrypted traffic between the browser and the server
* '''443''' — Encrypted traffic (using HTTPS, or "HTTP Secure", as the protocol)
* '''1080''' — SOCKS proxy server
* '''8080''' — HTTP proxy/caching service
 
[[Category:Glossary]]

Latest revision as of 04:35, 11 June 2023

"Wikipedia logo"HTTP - Hypertext Transfer Protocol

The Hypertext Transfer Protocol (HTTP) is an application-level protocol with the lightness and speed necessary for distributed, collaborative, hypermedia information systems. It is a generic, stateless, object-oriented protocol which can be used for many tasks, such as name servers and distributed object management systems, through extension of its request methods (commands). A feature of HTTP is the typing of data representation, allowing systems to be built independently of the data being transferred.
HTTP has been in use by the World-Wide Web global information initiative since 1990.

— Abstract of RFC1945 (1996), the international standard defining version 1.0 of HTTP.

Typical "Wikipedia logo"port numbers for HTTP include:

  • 80 — Unencrypted traffic between the browser and the server
  • 443 — Encrypted traffic (using HTTPS, or "HTTP Secure", as the protocol)
  • 1080 — SOCKS proxy server
  • 8080 — HTTP proxy/caching service