Dear Support,
Please advise us on the best method to secure a web link URL path, this URL is used to share documents but i don't want the user to change the path manually and access unauthorized documents.
I used the encrypted method that you recommended :
URL Encoding Reference | |
space | %20 |
" | %22 |
& | %26 |
( | %28 |
) | %29 |
, | %2C |
{ | %7B |
} | %7D |
: | %3A |
; | %3B |
= | %3D |
[ | %5B |
] | %5D |
but also they can change in the URL and access other document.
thank you