URL and data format notes

  • The maximum URL length is influenced by differences in operating systems, web servers, and web browsers. For optimal cross-platform use, limit the URL length to 2,000 characters.

  • Strings in URLs must use URL encoding, also known as percent encoding, which is normal for HTTP requests.

  • String data values specified in parameters in the body of the request must use UTF-8 encoding.