We have a public site that is linking directly to documents via a WebLink search.
- https://domain/WebLink/Search.aspx?searchcommand=Search Criteria
This works great except that when it opens the search result document, the URL is updated to include the document's entry ID.
- https://domain/WebLink/DocView.aspx?id=123456&dbid=0...
While all of the documents are public, we do not want people to just try changing the id value until they hit on another document. The only way I can think of to get around this is to have the document open in a document viewer embedded in a different application (e.g. i-frame of a webpage). Is there a way to have WebLink show a specific document without having the plain text corresponding entry ID in the URL?