Network

Knowledge documents in Network.

Search starts automatically 350ms after you stop typing.

5 documents

  • InferredUpdated 2026-08-07

    Rewrite proxies and upstream redirect loops

    A rewrite is a proxy, not a redirect, so it passes upstream 3xx responses straight through — why pointing one at an origin that canonicalizes creates an infinite loop, and how to fix it

  • InferredUpdated 2026-07-25

    ETag Conditional Requests — 304 If Unchanged

    The negotiation cache that uses ETag and If-None-Match to serve unchanged responses as 304, driving download bytes to zero. Covers the limit of saving only bandwidth (not server compute) and the cheap validator

  • InferredUpdated 2026-07-08

    SSRF URL fetch proxy guard

    How to block SSRF with a scheme/host allowlist in a proxy where the server fetches a user-supplied URL

  • InferredUpdated 2026-06-30

    Presigned URL Direct Upload

    How the client uploads a binary directly to object storage using a one-time URL signed by the backend, and the step-by-step contract