Hi @mgords, I’d like to find a few things out:
Thats the scenario and it works fine. But:
We would like to validate the incoming strapi data before the request body is stored in our content type in strapi to know whether there are invalid entrys made by user at the website or not.
and
Thanks for your fast response. One possibility to do as you wrote could be the use of Ajv JSON schema validator. But this means considerable expenditure and more technical risks if something went wrong with the new, own code.
Are you trying to validate the input manually before it gets saved to the database? Or confirm that the checks Strapi has put in place run as expected?