Validate Data use advice

So I generate unique URLs like http://website.com?key={{uuid}} and save the uuid value in the database.

I’m trying to use Validate Data on server action to prevent the API from completing if the key does not exist in the DB.

It does not seem to work with a GET parameter. Is it supposed to?

Else shall I control the display on client side by checking if query.key param matches the result of a uuid query in the database?

Community Page
Last updated: