I am writing a Java Rest Web Service and need the caller\'s IP Address. I thought I saw this in the cookie once but now I don\'t see it. Is there a consistent place to get this information开发者_如何学
I\'m looking to migrate users of a rails app which uses the Restful Authentication module (which uses a stretched sha1 encryption algorithm) to a Django app, using the default authentication framework
We have a Windows app hosting a WebBrowser control that hits our REST APIs. We like 开发者_JS百科to restrict access to the APIs to be only coming from withing the Windows app itself (for example, the
I have a Restful web service API, that is being used by different 3rd parties. Part of that API is restricted (you need username/password to access it). I was wondering what would be the best way of i
I have an existing website written in PHP. I would like to add a REST API.I like how easy creating a RESTful API was using Django.Are there any CONS for usi开发者_C百科ng Django for the sole purpose o
i created an application with some models, after that, i used ACL and created some ACOs to protect my Application.
I experienced problems with my older version of restful_authentication, to include the facebooker p开发者_如何学Pythonlugin. Is there a simple way to update the plugin?
I 开发者_StackOverflow中文版have to know whether user is online or not, not current authenticated user, but any other. Does restful_authentication has some methods to determine it?The only way to know
I am programming an iPhone application. My (existing) web-application uses Ruby on Rails (2.3.2) to serve the data. Ruby on Rails backend uses restful-authentication gem to authenticate the users.
I recently upgraded cucumber to version 0.8.5, but I\'m getting some unexpected errors with Authlogic. As a precursor to many of my user interface tests I have a default \'Given I am logged in\' metho