Hello,
We want a user to be able to click a link in an web application, which will invoke a service that will return the document to the user (i.e. as a download). The response from getObjectStream includes a filename, file type, and base64binary stream.
Is there a standard or recommended way to handle the getObjectStream response, converting the base64binary into an actual file for the user to download? Is there any other way to make this link work in such a way that the user does not need to authenticate to Content Server, as the authentication will be built into the request?
Thank you.