HTTP QUERY (RFC 10008): A New HTTP Method Every Backend Developer Should Know
For years, backend developers have faced a common dilemma:
GET is safe and idempotent but limited by URL length and query parameters.
POST supports request bodies but isn't semantically intended for
jasgigli.hashnode.dev2 min read