How to Encode URLs So Query Strings Stop Breaking
You build a link. It works in the browser when you click it. It fails when you paste it into a JSON body, a CSV, or a redirect rule. A space becomes a problem. An ampersand eats the rest of the query. A plus sign turns into a space and a token dies. URL encoding … Read more