Assigning random identifiers for things. Benefit being that this can provide additional layer of security since somebody can’t just guess the ids for things he is not supposed to access.
Thing for example getDocById.php?id=...
Of course it does not have to be UUID, but this can have some benefits as you DB for example may have a nice datatype for it.
Thing for example getDocById.php?id=...
Of course it does not have to be UUID, but this can have some benefits as you DB for example may have a nice datatype for it.