How to use form_validation with PUT data for use with RESTful API? |
[eluser]benners[/eluser]
I'm creating a RESTful API http://net.tutsplus.com/tutorials/php/wo...igniter-2/ I'm having problems displaying form_validation errors and I'm thinking the problem is that the data is PUT rather than POST. Can anyone assist? Code: To create a new user the API receives a PUT request. |
Messages In This Thread |
How to use form_validation with PUT data for use with RESTful API? - by El Forum - 07-12-2012, 04:06 AM
How to use form_validation with PUT data for use with RESTful API? - by El Forum - 07-13-2012, 03:05 AM
How to use form_validation with PUT data for use with RESTful API? - by El Forum - 07-13-2012, 09:27 AM
How to use form_validation with PUT data for use with RESTful API? - by El Forum - 07-13-2012, 09:27 AM
How to use form_validation with PUT data for use with RESTful API? - by El Forum - 07-13-2012, 09:41 AM
How to use form_validation with PUT data for use with RESTful API? - by El Forum - 09-13-2012, 11:49 AM
How to use form_validation with PUT data for use with RESTful API? - by El Forum - 09-13-2012, 12:11 PM
|