Discussions
URL encode query parameters in API Reference
10 months ago by Samantha Voigt
My API allows query parameters that can contain special characters (for example, phone numbers with a +
prefix). When users plug in the string with the special characters into the relevant query param in the API Reference and click "try it!" they expect for the special characters to be encoded correctly into the URL within the generated CURL. Is this a feature we can enable?