I have a URL that I will send to a different user and it looks like below:
http://localhost:8080/repository/pantonpaper/flexpaper/flexer.jsp?nodeID=27452&graphID=12221211111111
The parameters represent the value of the file ID so the end user is able to view it when he paste it on the browser and it needs to be there to work. However,if user changes the value of the nodeID,which is the file ID,he or she might be able to view other files which I am trying to prevent this from happening.
Is there any way to hide the parameters when I sent the URL to the person?