Web services input validation problem

Re: Web services input validation problem

על ידי Maciej Lisiewski בתאריך
מספר תגובות: 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.