I am trying to login to my server using hmac sha256 encryption, i have working code in php, but can\'t get it working in iphone and traced it to that the hmac in iphone is yielding different output to
I´m connection to a RESTful web service, using JSON to retrive data. The problem i have is that the server gives a 200 OK response even if the username and password is wrong. It then responds with a
I want to implement resful web services for a authenticating system on Django. Any help or guidance would be greatly appreciated. Although 开发者_StackOverflow中文版i tried to understand through some
I am having some difficulties POST开发者_JS百科ing a json object to an API that uses REST.I am new to using cURL, but I have searched all over to try to find an answer to my problem but have come up s
I\'ve seen many qu开发者_JAVA技巧estions about restful-authentication but I\'m wondering what strategies are being used to keep browser user agents stateless while authenticating to a RESTful web-serv
I\'d like to write a mobile location based application (iPhone, Andorid and BlackBerry) that will get and post data to my web server (hosted on Azu开发者_如何学Gore IIS) via WCF restful services.
Excuse I need a tutorial for twitter and facebook connect. The user can register in my site or enter through twitter or facebook login access data
I have an MVC 3 REST API that has a simple controller: ApiController. There is a method Foo in ApiController that takes some stri开发者_Python百科ng information in and returns a JSON result:
We are developing an Iphone app that will talk to the ASP.net MVC 3.0 webservcies with RESTful Urls. Almost all the action are available for authorized users only. I am not sure how this can be accomp
I am writing an android application for an University that uses Shibboleth for authenticating the students.