Bootstrap

Version 5.0.77

by 管理者 / 2022年01月19日 / アップデート情報
タグ: ,

Web Channel

  • Add – REST API Trusted Folders URLs, depending on the length of the URL would return a 400 error.  This was due to the noun part of URL’s being limited to 260 characters in length.  To get around this limit when long file paths are involved there is now a new URL parameter called &path=filepath which can hold very long file paths.  There is also another parameter called &wild=1 which allows for a fuzzy search if the file name is not found for similar file name starting with the specified file.  Parameter &wild=1 returns the first match and wild=2 would return the second match if present.  This is used in applications like SAP B1 where the stored path may have a revision appended to it in the file system so the database path and file path do not always match.