Web services input validation problem

Re: Web services input validation problem

av Maciej Lisiewski -
Antall svar: 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.