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

    HTTP (Hypertext Transfer Protocol) is an application layer protocol in the Internet protocol suite for distributed, collaborative, hypermedia information systems. [1] HTTP is the foundation of …

  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 …

  3. Hypertext Transfer Protocol - HTTP - GeeksforGeeks

    Oct 16, 2025 · HTTP (Hypertext Transfer Protocol) is a fundamental protocol of the Internet, enabling the transfer of data between a client and a server. It is the foundation of data …

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

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

    Nov 21, 2025 · HTTP, standard application-level protocol used for exchanging files on the World Wide Web. Web browsers are HTTP clients that send file requests to Web servers, which in …

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

  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. HTTP/1.1: Introduction - World Wide Web Consortium (W3C)

    This specification defines the protocol referred to as "HTTP/1.1". This protocol includes more stringent requirements than HTTP/1.0 in order to ensure reliable implementation of its …

  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 …