Top "Codeigniter-restserver" questions

A fully RESTful server implementation for CodeIgniter using one library, one config file and one controller.

enabling cors in codeigniter ( restserver by @chriskacerguis )

http.get request in agularJs controller works fine when my client app and api are in localhost. when api is …

php angularjs codeigniter codeigniter-restserver
token based authentication in codeigniter rest server library

I am try to build restful API in codeigniter using Phil Sturgeon's rest server Problem is I can't figure out …

php codeigniter-3 codeigniter-restserver
HTTP OPTIONS error in Phil Sturgeon's Codeigniter Restserver and Backbone.js

My backbone.js application throwing an HTTP OPTIONS not found error when I try to save a model to my …

codeigniter rest backbone.js http-options-method codeigniter-restserver
How to get/set Header in Rest Server API?

i have a chriskacerguis Rest Server ,that listen for a client request as usually an API Server do. base on …

php codeigniter codeigniter-2 codeigniter-restserver
CodeIgniter Passing POST data from RestClient to RestServer API

I've spent my whole day trying to figure out this problem. Posting this issue here is my last hope. I …

php codeigniter codeigniter-2 rest-client codeigniter-restserver
Codeigniter routing and REST server

I'm trying to achieve the following URLs for my API (I'm using Codeigniter and Phil Sturgeon's REST server library): /players …

php codeigniter rest codeigniter-routing codeigniter-restserver
POST request with AngularJS fails with preflight OPTION status code = 404 with CodeIgniter ResetServer

My front-end application is running on a grunt live server on port 9100, while my PHP server is on the port 80. …

angularjs codeigniter http-post cors codeigniter-restserver
Codeigniter REST API headers & authentication

I am using Phil Sturgeon's REST Controller to build an API. API authentication is performed using API keys. Presently there …

php apache api codeigniter codeigniter-restserver