Developer Tools
8 min read
URL Percent-Encoding Explained: RFC 3986, encodeURIComponent, and the %20 vs + Trap
Learn which characters are reserved, why encodeURI and encodeURIComponent behave differently, when a space becomes a plus sign, and how double-encoding silently breaks production URLs.