Articles tagged "HTTP"
Posts on Orankit tagged "HTTP". 2 articles.
Picking HTTP status codes without flinching
What 2xx / 3xx / 4xx / 5xx really mean, the tricky pairs (401 vs 403, 404 vs 410, 422 vs 400), and how to decide in API design.
5 min read
Two flavors of URL encoding: form-urlencoded vs RFC 3986
There are actually two URL encoding specs in play — form submission and the URI spec. They differ on spaces and reserved characters, and using the wrong one breaks subtly.
4 min read