2

Troubleshooting HTTP API Character Encoding

Details on how to resolve issues with character encoding with HTTP API, including programming language function recommendations

Administrator

Last Update il y a 2 ans

When building applications using the HTTP API, it is important to account for any symbols that might interfere with the API string in some way. As a result, it is best practice to triple encode all API strings before calling the API. Strings that contain symbols such as plus [+] symbol and ampersands [&], and any Unicode characters, must be triple URL encoded and submitted in their encoded form. This ensures such characters a properly escaped.

Was this article helpful?

0 out of 0 liked this article

Still need help? Message Us