Top "Restful-authentication" questions

Questions about authentication for RESTful services.

Getting Access to HttpServletRequest object in restful web service

I can get access to the HttpServlet Request object in a soap web service as follows: Declaring a private field …

java web-services rest cxf restful-authentication
Adding Headers and Post data in RESTfull/HTTP Request in C#

I'm having problems with sending POST request in C# and it seems I misunderstood some HTTP basics. So basically I'm …

c# .net http restful-authentication
Implementing an RESTful API Authentication using tokens (Yii/Yii2)

I am building an API in Yii 1.x which will be used with a mobile application. Part of the process …

php rest yii access-token restful-authentication
API Keys vs HTTP Authentication vs OAuth in a RESTful API

I'm working on building a RESTful API for one of the applications I maintain. We're currently looking to build various …

security api restful-authentication
Securing my Node.js app's REST API?

I could do with some help on my REST API. I'm writing a Node.js app which is using Express, …

javascript rest node.js backbone.js restful-authentication
What does #self.included(base) do in Ruby on Rails' Restful Authentication?

I thought we would do helper_method :current_user, :logged_in?, :authorized? to make these controller methods available for use …

ruby-on-rails restful-authentication
How to get Remote / Client IP address using RESTful web service in java?

I have written Rest web service in my project.The web service call may come from different machine.so i …

java web-services rest restful-authentication
RestSharp - Authorization Header not coming across to WCF REST service

I am trying to call a locally hosted WCF REST service over HTTPS with basic auth. This works and the …

c# rest restsharp restful-authentication
What status code should I use when session token is invalid?

When creating a web service (RESTful), what status code should I use when session token is invalid? Currently the one …

web-services http rest restful-authentication