Tags: ietf*

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

  1. 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
    }
    ```
  2. 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
  3. 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
  4. 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
  5. 2016-01-27 Tags: , , , , by klotz
  6. 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