Skip to main content
Version: v2023.18.0

Prepare the opening of an external document

A new servlet is deployed to generate an encrypted UUID. This UUID represents the URL parameters interpreted by the connector. Depending on this configuration the UUID will be base64 or encrypted.

# document id bean names, values are documentIdGenerator (base64) and encryptedDocumentIdGenerator (encrypted)
arender.documentid.generator.beanName=documentIdGenerator

Request

This functionality is accessible via the servlet: openExternalDocument

Usable in GET

Request example

curl -X GET 'http://<arender_host>/ARender/arendergwt/openExternalDocument?url=docURL'

Servlet Response

From the URL sent as a parameter, an encrypted UUID will be generated.