Codeigniter get data from other web service
NickName:Mr.Fu Ask DateTime:2016-12-01T09:57:30

Codeigniter get data from other web service

I've API that builds with rails to post and get data, this service used in android, and I will use this service in my web apps with CodeIgniter to.

It's possible to post and get data using another web services in CodeIgniter? I search anything just found create restful API using CodeIgniter not get/post data using another web service in CI.

I've using ajax to handle my get and post data and this code placed in Views but I don't think it's secure and in Edge my ajax function sometimes doesn't work well.

Thanks in advance.

Copyright Notice:Content Author:「Mr.Fu」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/40901381/codeigniter-get-data-from-other-web-service

More about “Codeigniter get data from other web service” related questions

Codeigniter get data from other web service

I've API that builds with rails to post and get data, this service used in android, and I will use this service in my web apps with CodeIgniter to. It's possible to post and get data using another...

Show Detail

codeigniter as web and python as the web service

is it possible to make the python as the web server and the front end is codeigniter? For some reasons: database security - like when you are saving data. the codeigniter will pass the data to p...

Show Detail

Create a web service with CodeIgniter

im using CodeIgniter 1.7 framework to make my Website. Another team do the mobile version for iPhone. So the other team ask me to do a web service for authentification. They tell that they will sen...

Show Detail

Retrieve data from codeigniter REST API (web service) with pagination

How to retrieve data from web service with pagination ? For now i'm able to show data. But i can't do pagination. I'm using codeigniter 3.0.6 with curl library. This is what i use to make REST API :

Show Detail

How to get time from web service when data is retrieved?

I can retrieve data from webservice, but now i want to know/get time, the data is sent from web service. The time the data is received from web service. Not the local device time. In other words, t...

Show Detail

Codeigniter pagination with web service

So I was wondering if it's possible to use Codeigniter's pagination when using a Web Service? We're using REST and since we're not connecting to a database per se, I was wondering how I would handl...

Show Detail

How to read POST or GET request from a web server that using CodeIgniter

I'm working with a third party developer that using CodeIgniter to send data using Curl from his web server into my web server. My web server is using regular (not using PHP framework) PHP. And I u...

Show Detail

Get data from PHP Web service

I'm a bit new to web services. I followed this tutorial and built a web service: http://davidwalsh.name/web-service-php-mysql-xml-json. However, when I try to call to the web service using some

Show Detail

how to insert multiple check box in web service codeigniter?

I've created a web service in codeigniter. so here my controller: public function insertsebab(){ $id=$this->input->post('id_konsultasi'); $sebab=$this->input->post('kd_sebab

Show Detail

How to get data from a web service?

I'm trying to write an iOS application that'll get data from a web server and display it as I want. I want to use JSON for this purpose. But as I'm absolutely new to web apps I've got no idea how I'm

Show Detail