About 5,640,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 …

  2. HTTP: Hypertext Transfer Protocol - MDN

    4 days ago · 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 …

  3. What is HTTP? - Cloudflare

    HTTP is an application layer protocol designed to transfer information between networked devices and runs on top of other layers of the network protocol stack. A typical flow over HTTP …

  4. What is HTTP - W3Schools

    XHR is a JavaScript object that is used to transfer data between a web browser and a web server. XHR is often used to request and receive data for the purpose of modifying a web page.

  5. 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 …

  6. 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! …

  7. 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 …

  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 …

  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 …

  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 …