I'm researching URLs that I'm building against the unique URL that google docs create once you select and send a URL to anyone.
My URL looks like: https://example.com/?doc=abcd123)
- Should I encode the variable doc in base64? Should it betoken alike
- wherewith the id and a key that the other end needs to decrypt?
- Whatis The security issue we are vulnerable to?
- How exactly can an attacker exploit this vulnerability?
- What do we need to do to fix the vulnerability?