Migration Guide: From 8.4 to 9.1
All Platforms
Visible Digital Seal (VDS) and Visible Digital Seal for Non-Constrained environments (VDS-NC) results were moved to separate containers: RPRM_ResultType_VDS_Result and RPRM_ResultType_VDS_NC_Result respectively.
For details about mobile platforms, see the links below.
Web Service API
Added the service.processing.externalImageUrl parameter to enable the use of external image URLs in requests.
This functionality was available before 9.1, but due to security reasons it's now controlled by the separate parameter and disabled by default. It's strongly recommended using Base64-encoded request image data. Passing external URLs as a request parameter is not completely secure, so use this method with caution.
See the example of the Web Service configuration below.
service:
processing:
externalImageUrl: true
No additional parameters needed.