Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Download file - Add Checksum

partlycloudyNov 9 2015 — edited Nov 13 2015

I followed the instructions in this post to setup a file download link on a classic report column. Works fine. The column  is displayed for authorized users. But there is nothing to prevent the authorized user from right-clicking on the link and sharing it with anyone else  who would then be able to retrieve the file. This would appear to be a excellent use case to use the URL checksum feature to add a checksum to the generated URL to discourage sharing links (and of course the resource should be prevented from being accessed if an astute user simply gets rid of the &cs=xxxx parameter from the URL)

How can I go about setting this up for the classic report column? Right now it uses the declarative link to call the application process as described in Joel's blog post above. Would this need to be converted to use APEX_UTIL.PREPARE_URL instead?

Thanks

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 11 2015
Added on Nov 9 2015
5 comments
1,657 views