Tags: ietf*

0 bookmark(s) - Sort by: Date ↓ / Title /

  1. This specification defines the HTTP QUERY method, providing a safe and idempotent way to perform complex server-side queries using request bodies rather than URI parameters. It fills the gap between GET and POST by allowing large or sensitive query data while remaining cacheable and suitable for automatic retries.
    Main topics include:
    * Safe and idempotent semantics similar to GET but with body support.
    * Mechanisms for assigning URIs to query results via Location and Content-Location headers.
    * Introduction of the Accept-Query header field for media type negotiation.
    * Guidance on caching strategies involving request content in cache keys.
  2. RFC 9457 defines a standardized format for communicating error details in HTTP API responses, known as "problem details."
    - Supersedes RFC 7807,
    - Core fields include 'type', 'title', 'detail' and 'instance'.
    - Generally paired with 4xx/5xx HTTP status codes.
    - Content types `application/problem+xml`, `application/problem+json`

    Example:
    ```
    {
    "type": "https://example.com/probs/invalid-input",
    "title": "Invalid Input",
    "status": 400,
    "detail": "The provided 'age' value must be a positive integer.",
    "instance": "/users/123",
    "age": -5
    }
    ```
  3. An IETF draft proposes allocating the 44::/16 IPv6 block (about 2^112 addresses) to the amateur radio community, echoing the historic 44/8 IPv4 allocation, and raises questions about internet governance and policy.
    2025-12-02 Tags: , , , , by klotz
  4. A new protocol is emerging to give site owners control over how AI companies use their content, potentially integrated into robots.txt. The IETF AI Preferences Working Group is defining standardized rules for AI access and usage.
    2025-11-26 Tags: , , , by klotz
  5. The SVCB and HTTPS resource records allow you to speed up your time-to-first-packet (by basically stuffing the Alt-Svc HTTP header / ALPN TLS extension into the DNS); let you do redirection on the zone apex without using CNAMEs; allow for simple DNS load distribution and failover; obviate HSTS and the cumbersome preloading process; and enable stronger privacy protections via Encrypted Client Hello aka ECH
    2023-11-18 Tags: , , , , by klotz
  6. 2016-01-27 Tags: , , , , by klotz
  7. 2008-09-26 Tags: , , by klotz

Top of the page

First / Previous / Next / Last / Page 1 of 0 SemanticScuttle - klotz.me: tagged with "ietf"

About - Propulsed by SemanticScuttle