Sending a specific record to an anonymous guest
Posted: 2023-05-11 23:53
Hello community,
When sending a URL linked to a specific record to an anonymous guest, I need that guest to only see that record, that is, preventing the guest to see the whole table.
In other words:
http://localhost/Filesharing/items_de_l ... em_item=ID is the only URL format the guest can see.
Any other without ID: http://localhost/Filesharing/items_de_l ... item_item= , or http://localhost/Filesharing/items_de_lista_view.php is not accepted or should redirect to home page or simply show nothing.
The anonymous group is configured to see all records of items_de_lista table, cause anybody can receive a URL with any ID available, but nobody should see the whole table.
Also, as you can figured it out, I had hide all the links in nav menu and home menu, so if redirected to home, nothing will be shown.
Thanks in advance for your help!
When sending a URL linked to a specific record to an anonymous guest, I need that guest to only see that record, that is, preventing the guest to see the whole table.
In other words:
http://localhost/Filesharing/items_de_l ... em_item=ID is the only URL format the guest can see.
Any other without ID: http://localhost/Filesharing/items_de_l ... item_item= , or http://localhost/Filesharing/items_de_lista_view.php is not accepted or should redirect to home page or simply show nothing.
The anonymous group is configured to see all records of items_de_lista table, cause anybody can receive a URL with any ID available, but nobody should see the whole table.
Also, as you can figured it out, I had hide all the links in nav menu and home menu, so if redirected to home, nothing will be shown.
Thanks in advance for your help!