Using special characters in URIs

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:1分
  • A REST function URI or function variable may use special characters, such as pipe (|) characters.

    When using these characters in a REST message, use URL encoding to escape these characters. For example, to use a parameter value of user|title, enter user%7Ctitle. Entering special characters directly may cause the REST message to fail and display the response Invalid uri <URI>: Invalid query.