codeigniter-restserver Questions

11

Solved

http.get request in agularJs controller works fine when my client app and api are in localhost. when api is moved to server., issue arised. client side using angularJs $http.get('http://example.com...
Whelp asked 6/9, 2014 at 17:38

3

Solved

My backbone.js application throwing an HTTP OPTIONS not found error when I try to save a model to my restful web service that's located on another host/URL. Based on my research, I gathered from th...

2

I am try to build restful API in codeigniter using Phil Sturgeon's rest server Problem is I can't figure out how to do token based authentication. I am building that API for mobile app and it is o...
Paestum asked 14/4, 2017 at 6:58

3

Solved

My front-end application is running on a grunt live server on port 9100, while my PHP server is on the port 80. The host is the same, just the port differ. When I send a POST request to http://dev...

2

Solved

I'm using REST Server in codeigniter, and the way to use is that then in my app in all my controllers I must write this line on start: require APPPATH . '/libraries/REST_Controller.php'; Does an...
Murat asked 10/8, 2016 at 7:8

2

I am using Phil Sturgeon's REST server, CI3 and POSTMAN for debugging. I send a PUT with below info, however, I am not receiving the error messages expected. Here is my form_validation.php: <...
Oology asked 17/4, 2016 at 1:4

5

Solved

I've spent my whole day trying to figure out this problem. Posting this issue here is my last hope. I hope someone can help to continue working on my first job. So, POST works fine when directly p...

1

I am using Ionic to build a login system on top of Codeigniter/Ion_Auth/codeigniter-restclient and when I try to login from "ionic server" the login works but the next api request to the logged_in(...
1

© 2022 - 2024 — McMap. All rights reserved.