Is it possible to do Server Side Redirection Of Blob Server URL From Controller?
(Doc ID 2686282.1)
Last updated on JUNE 05, 2023
Applies to:
Oracle WebCenter Sites - Version 12.2.1.3.0 and laterInformation in this document applies to any platform.
Goal
I have a siteEntry/CSElement code, serving HTTP request with a product asset id in the query string, the code will locate this product's image blobid based on the product's asset id, and then with the image blobid, the blob server URL is prepared as below:
/sites/Satellite?blobcol=urldata&blobkey=id&blobtable=MungoBlobs&blobwhere=<image blob id>&ssbinary=true
Now, I can do a client side redirection and let browser visit this blob server URL to get image binary, but my client asks if there is a way in Webcenter Sites server side, to do a server side redirect from within the CSElement code to the blob server URL directly, so that the image binary will be sent back to the front end browser as response to the HTTP request.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |