Hi Guys,
I want to encrypt the content URL because the URL used to come like:
http://xxxxxxxxxxxxxxxxx:16200/cs/groups/idc/documents/document/yw5f/mdaz/~edisp/san_003601.pdf
Now users can change the last number and view different content as business does not want to implement ACL.
So what can be the other approaches?
I was trying to write one custom service which will take the content ID as encrypted and decrypt it using known logic and then get the ContentID. Execute the GET_FILE service and take the stream.
Then show the stream in browser. I tried like:
m_binder.setContentType("application/pdf");
But how can I put the stream on binder or some where by which it will be visible on browser?
Regards,
Santanu