Questions about authentication for RESTful services.

learn more… | top users | synonyms

3
votes
1answer
44 views

Create API for website [closed]

I need to create public api for my website, like http://instagram.com/developer/ API or dropbox API. I want to use oAuth2.0. I need very basic functionality like getting user information, upload ...
0
votes
1answer
13 views

HMAC restful authentication

I miss understanding something using HMAC authentication for my RESTFull service . HMAC sing nature is concluded on request header , and this is clue . But what about the body of the request , it's ...
0
votes
1answer
17 views

AuthComponent for mobile (iphone) app development

We are building an iPhone App which will access our backend server using CakePHP 2.x.x Client is iPhone App using iOS SDK Server is using Cakephp2.0. We are able to create http POST for ...
-1
votes
1answer
36 views

JAVA Restful webservice vs PHP Restful webservice. The best one? [closed]

I'm developing a funding website for my client. Funding includes buy shares, payment gateway etc.. Now we are developing an API for this. Meaning - The buy shares, payment etc.. will be via api ...
0
votes
0answers
42 views

DBConnect Slim Framework Synchronization for Mobile

Refer to the following example of database created and synchronized one way. The question is- Where do I configure the db connection so that the php and REST services connect to the database I have ...
0
votes
0answers
37 views

How Make POST Method For registration page in Windows Phone 7

I am new to wcf services. I have made wcf restful service with GET and POST method. The Get method is running fine but POST method is not running. I have been searching the internet but cannot get ...
0
votes
1answer
91 views

passport.js passport.initialize() middleware not in use

I am using node with express + mongoose and trying to use passport.js with restful api. I keep getting this exception after authentication success (I see the callback url on the browser): ...
0
votes
2answers
49 views

Rest with oauth2

I'm using this library with my codeigniter rest service. Basically, I have a REST_controller, that is inherited, and checks for a valid token, using that library. All I want is to provide an API to ...
1
vote
0answers
62 views

Codeigniter auth key for REST service

I'm writing a simple RESTful service, using Phil Sturgeon Rest Server. I want to protect my methods by using the API key provided with this library. Unfortunately, this is not very well documented ...
0
votes
1answer
74 views

Security Issue in WCF jQuery AJAX Call via GET method

I'm consuming WCF Services through jQuery AJAX call using GET method. Since I'm unable to get the WCF Call through jQuery AJAX using POST method work, I'm using GET method. With GET method, the URLs ...
0
votes
1answer
30 views

Not able to access Web API method using XMLHttpRequest but using Restclient Plugin and etc

I have run in to a problem. Please help with your expertise. I am developing web solution for a company. They have provided me Web API Method (REST). This API is in their domain. I am too access this ...
0
votes
0answers
31 views

Zend Session Identity losing data

I have a problem. I lose SESSION when i want to get data by using $auth->hasIdentity(): This is my Bootstrap.php ` public function _initSession(){ Zend_Session::start(); } protected function ...
-2
votes
1answer
21 views

PHP Based Web Service [closed]

I would like to create a webservice in PHP. That provides me some information about a client. Here is my problem. I want the user to be authenticated before returning any data. So here is my ...
-1
votes
1answer
57 views

Appannie api basic authentication

I'm trying to access appannie.com's api. I can't seem to get past the authentication. Here's what I have, any thoughts? <?php $whmusername = "username"; $whmpassword = "password"; $query = ...
1
vote
0answers
17 views

Handling restful login without HTTP AUTH

I'm working on a web application, and I've decided to make serverside a(n almost) restful web service (using node.js). I say almost restful, because while I would like to use resource paradigm, I ...

1 2 3 4 5 37
15 30 50 per page