Is开发者_开发问答 there any way to provide user log-in without the need for a DB.We are deploying a system to control some hardware and the customer wants an interface they can access from a browser,
I get this error when trying to get a feed from Google Analytics API.However, using the same token I get successful feeds from Google C开发者_Python百科alendar.The code between the two is exactly the
I have the LDAP python module installed to authorise logins via active directory, but if I change the password, the new and the old one work together.Does anyone know how to resolve this i开发者_开发知
I apologize before hand if this is an obvious question: can Apache 2.0 + SSL + basic authentication be trusted in order to secure a website? The way I see it, SSL creates a secure connection between t
This is *** unbelievable! Flash programmers are familiar with the example: var开发者_开发知识库 req:URLRequest = new URLRequest(\"http://yoursite.com/yourservice.ext\");
I have a client program that consumes a web service.It works quite well in a number of installations.Now I have a situation where a new customer connects to the internet via a proxy server, and my pro
I initially designed my site to show a login box at the top of the page if the user was not authenticated (e.g. how reddit.com works).
I have a form and I need to send the content to the server. I use goo开发者_高级运维gle authentication because only authorized people can send to the server.
I have a Silverlight application, and added a Silverlight-enabled WCF service.I would like to deploy this as an intranet solution using Windows authentication without anonymous access.
I am desiging a RESTful Web Service (JBoss + RESTeasy).The UI programmer is writing an Ajax web app that will use it.The web app will be one HTML page with everything done in JavaScript.For security,