Offizielles MASTR Logo MASTR Arbeit unterstützen
Inhalt
← Wiki-Startseite

Web-Grundlagen

HTTP: what your browser asks a server to do

Requests, responses and application state explain why a working page can still show stale or misleading information.

Web2 foundation · 1 min read

Rechercheartikel und Referenzeinträge erscheinen auf Englisch. Die Navigation ist in sieben Sprachen verfügbar.

In diesem Artikel
  1. The request and the response
  2. State exists above the protocol
  3. Quellen und Originale

The request and the response

HTTP defines messages exchanged between a client and a server. A request identifies a resource and an operation; the response supplies a status, headers and usually a body. A browser typically makes several requests to assemble one page, including its styles, scripts and images.

A successful HTTP response means the server delivered a response under the protocol. It does not establish that a displayed token price is current, that a claim is true or that an operation settled onchain. Those are application and evidence questions.

State exists above the protocol

HTTP is stateless, but an application can recognise later requests through cookies and other identifiers. Proxies and caches may sit between the browser and the origin server. A stale script and a fresh page can therefore coexist during a broken deployment.

For research, keep the requested URL, response time and relevant headers with the content. An error page, a cached result and an authenticated account response are different observations. Follow cookies and frontend dependencies to see how an ordinary web service sits around a blockchain application.

Quellen und Originale

Weiterlesen

MASTR

Unabhängige Recherche unterstützen

Die Untersuchungen, Originalbelege und Anleitungen hier sind frei zugänglich. Freiwillige Spenden finanzieren die Recherche mit und helfen, die MASTR-Tools weiterhin anzubieten.

Wallet öffnen