Questions about authentication for RESTful services.
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-authenticationI'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-authenticationI 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-authenticationI'm working on building a RESTful API for one of the applications I maintain. We're currently looking to build various …
security api restful-authenticationI 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-authenticationI thought we would do helper_method :current_user, :logged_in?, :authorized? to make these controller methods available for use …
ruby-on-rails restful-authenticationI have written Rest web service in my project.The web service call may come from different machine.so i …
java web-services rest restful-authenticationI am trying to call a locally hosted WCF REST service over HTTPS with basic auth. This works and the …
c# rest restsharp restful-authenticationThere are lots of guidelines, sample codes that show how to secure REST API with Spring Security, but most of …
rest spring-security spring-boot restful-authentication statelessWhen 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