About 5,670,000 results
Open links in new tab
  1. HTTP - Wikipedia

    HTTP is the foundation of data communication for the World Wide Web, where hypertext documents include hyperlinks to other resources that the user can easily access, for example by a mouse click …

  2. HTTP: Hypertext Transfer Protocol - MDN

    Jul 4, 2025 · HTTP is an application-layer protocol for transmitting hypermedia documents, such as HTML. It was designed for communication between web browsers and web servers, but it can also …

  3. What is HTTP? - Cloudflare

    The Hypertext Transfer Protocol (HTTP) is the foundation of the World Wide Web, and is used to load webpages using hypertext links. HTTP is an application layer protocol designed to transfer …

  4. HTTP | Definition, Meaning, Versions, & Facts | Britannica

    Nov 21, 2025 · HTTP, standard application -level protocol used for exchanging files on the World Wide Web. HTTP runs on top of the TCP/IP protocol and (later) on the QUIC protocol. Web browsers are …

  5. What is HTTP - W3Schools

    XHR - XML Http Request All browsers have a built-in XMLHttpRequest Object (XHR). XHR is a JavaScript object that is used to transfer data between a web browser and a web server. XHR is …

  6. HyperText Transfer Protocol (HTTP) explained

    Jul 6, 2022 · The original HTTP specifications were written in the early 1990s and evolved to newer versions of HTTP, notably HTTP/2 and HTTP/3, which are designed to be faster by reusing already …

  7. Frequently used on fetches of static content like images, templates, CSS, JavaScript. Consider Web App changes? What would this JavaScript do? Uses HTTP to fetch myJS.js and runs it! Scary but …

  8. HTTP - Quick Guide - Online Tutorials Library

    Basically, HTTP is an TCP/IP based communication protocol, which is used to deliver data (HTML files, image files, query results etc) on the World Wide Web. The default port is TCP 80, but other ports …

  9. Intro to HTTP | Microsoft Learn

    Oct 22, 2025 · HTTP is what's known as a "request-response" language because your web browser (Firefox, Safari, etc.) sends an HTTP request to a server that is hosting the web content you want to …

  10. What is HTTP and how does it work? Hypertext Transfer Protocol

    Feb 3, 2025 · How does HTTP work? Through the HTTP protocol, resources are exchanged between client devices -- specifically the web browsers used on the clients -- and web servers over the …