Web services input validation problem

Re: Web services input validation problem

ved Maciej Lisiewski -
Antal besvarelser: 0

I've ended up POSTing the data as json, "validating" it as PARAM_RAW and then doing real validation in the function that actually processes the request.