I am building a REST webservice where the REST server is in codeigniter. The REST server is a codeigniter application which contains a seperate controller and model for webservice. What are the security issues in using REST? Also will it affect my application on security basis in using REST?
Got a vague idea from these Stack overflow questions on Security of REST.