About 332,000 results
Open links in new tab
  1. Overview of HTTP - MDN Web Docs

    HTTP is a client-server protocol: requests are sent by one entity, the user-agent (or a proxy on behalf of it). Most of the time the user-agent is a Web browser, but it can be anything, for example, a robot that …

  2. 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 communication for the …

  3. 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 internet.

  4. How HTTP works? - DEV Community

    May 23, 2020 · HTTP is a client-server architected protocol where client and server can ask each other to do specific tasks using agreed upon language (HTTP). HTTP defines words and manners for …

  5. How HTTP Works: Hypertext Transfer Protocol Explained - Lifewire

    Jun 23, 2021 · Hypertext Transfer Protocol provides a network protocol standard that web browsers and servers use to communicate. You see HTTP when you visit a website because the protocol appears …

  6. What is HTTP? Protocol Overview for Beginners

    Apr 6, 2023 · Without HTTP (Hypertext Transfer Protocol), the World Wide Web as we know it today would not exist. HTTP is the protocol that enables the transfer of data over the internet, allowing …

  7. What is HTTP? - Cloudflare

    What is an HTTP method? An HTTP method, sometimes referred to as an HTTP verb, indicates the action that the HTTP request expects from the queried server.

  8. What is HTTP: Methods, Headers, and How It Works

    Sep 9, 2025 · HTTP (Hypertext Transfer Protocol) is a stateless, application-layer protocol used for transmitting data over the web. It follows a request-response model where a client (usually a browser …

  9. What is HTTP - W3Schools

    Communication between client computers and web servers is done by sending HTTP Requests and receiving HTTP Responses. The World Wide Web is about communication between web clients and …

  10. HTTP Explained

    Jul 5, 2022 · When a browser displays a web page, it creates a request to fetch several resources from the server. This begins with an HTML document that the client parses to determine what additional …