About 1,310,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 - MDN Web Docs

    Dec 22, 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. Hypertext Transfer Protocol - HTTP - GeeksforGeeks

    Jan 17, 2026 · HTTP (Hypertext Transfer Protocol) is a core Internet protocol that defines how data is exchanged between clients and servers on the web. Enables communication between web browsers …

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

  5. HyperText Transfer Protocol (HTTP) explained

    HTTP (HyperText Transfer Protocol) is the foundation of data exchange on the web. Every web page, API call, image, stylesheet, and script reaches its destination through HTTP.

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

    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 turn handle the requests …

  7. What Is HTTP? - Akamai

    HTTP, or Hypertext Transfer Protocol, is a protocol used to fetch resources such as HTML files. HTTP provides a messaging standard to facilitate communication exchanges between web clients (e.g., a …

  8. HTTP - Quick Guide - Online Tutorials Library

    HTTP is media independent: This means, any type of data can be sent by HTTP as long as both the client and server know how to handle the data content. This is required for client as well as server to …

  9. HTTP - Hypertext Transfer Protocol Overview

    An extension mechanism for HTTP designed to address the tension between private agreement and public specification and to accommodate extension of HTTP clients and servers by software …

  10. What Is HTTP? - How-To Geek

    Oct 2, 2022 · HTTP is a protocol that runs on the so-called application layer of the internet, above the internet layer, where the real nuts and bolts of the web are like IP addresses.