Documents can be downloaded without a username PWD
Comments
-
Hey support,
I have a custom workflow that returns a URL which can be used to download a file which has been saved as a document. The pattern I used was recommended by Will and generates a URL like this:
Get pdf:
The problem is, this URL doesn’t require credentials to access. It’s in the wide world, so it could be exploited. Is there a way to rewrite the URL so that it can’t be run without credentials and the file can still be downloaded?
-
Hi,
The RequestInfo Parameter Contains an Encrypted SessionID to use for Authentication. I would recommend that you remove it and only send in the DocumentID if you want to make sure that the User Logs into the Portal before downloading.