Tag: http

  • Refresh: RFC 9110: HTTP Semantics

    The Hypertext Transfer Protocol (HTTP) is a stateless application-level protocol for distributed, collaborative, hypertext information systems. This document describes the overall architecture of HTTP, establishes common terminology, and defines aspects of the protocol that are shared by all versions. In this definition are core protocol elements, extensibility mechanisms, and the “http” and “https” Uniform Resource Identifier (URI) schemes. This document updates RFC 3864 and obsoletes RFCs 2818, 7231, 7232, 7233, 7235, 7538, 7615, 7694, and portions of 7230.

    Source: RFC 9110: HTTP Semantics

    Additional: IETF

  • TIL: HTTP range requests

    An HTTP Range request asks the server to send only a portion of an HTTP message back to a client.

    https://developer.mozilla.org/en-US/docs/Web/HTTP/Range_requests

  • All the levels of redirection

    The web is full of redirection these days.

    (Warning, a bit of a rant going on here)

    I read a lot of content on my phone, and started to notice how much I am redirected around. This is something one usually doesn’t notice on a computer, since the connection is much faster, and I guess the browser renders in a different way.

    (more…)