network
Respect the Semantics: Designing GET and POST with Safety and Idempotency
GET is not just a "URL loading method," but has a "read-only semantic." By respecting this, caching, prefetching, and retries become safe. (RFC 9110)
networkfrontend
Tagged posts