basic-authentication
Apache Digest/Basic Login Through PHP
I\'m trying to figure out if there is a way to get PHP to log into Apache for a user.So if the user supplies a valid username and password on an HTML form, PHP would login with credentials.So, somethi[详细]
2023-03-05 03:33 分类:问答Grails Spring Security plugin: logout not working
I just add the spring-security-plugin to my grails project. everything looks working fine. but when I try to logout the app shows me the logout message, however the application is still logged-in![详细]
2023-03-04 16:32 分类:问答How to clear basic authentication details in chrome
I\'m working on a site that uses basic authentication. Using Chrome I\'ve logged in using the basic auth. I no开发者_开发知识库w want to remove the basic authentication details from the browser and tr[详细]
2023-03-04 04:01 分类:问答HTTP Basic Authentication passed to different subdomain
I\'m trying to pass a basic HT开发者_运维技巧TP authentication from one subdomain to another as to not ask people to login twice.[详细]
2023-03-03 11:55 分类:问答htaccess basic auth allow only one directory
I am using Drupal 6. I am trying to use htaccess basic auth to block access to my development site. I have sucessfully added the auth so that only our developers can access it.[详细]
2023-03-01 01:44 分类:问答Modifying the response for Auth failure using LiftRules.responseTransformers
I am using the below code to have HTTP Basic Auth in my app and transform the response in case of Unauthorised access. It is not[详细]
2023-02-28 21:29 分类:问答Windows Azure Basic Authentication
I need to set up a testing website on Windows Azure, and typically to prevent random 开发者_如何学Gopeople from looking at it I would have set up basic authentication with some sort of trivial passwor[详细]
2023-02-28 05:04 分类:问答iPad to WCF Services authentication
I am currently working on a project that has an iPad app开发者_JAVA技巧lication that uses JSON to call WCF services hosted with IIS. One of the requirements is that the WCF services needs to use IIS B[详细]
2023-02-27 07:49 分类:问答How can I access a REST API through Silverlight (With basic auth)?
I\'m trying to access a run-of-the-mill REST API through a silverlight application, but can\'t seem to get basic authentication to work (using silverlight 4.0).[详细]
2023-02-27 01:42 分类:问答Possible to Send Basic Auth in Link in Java
Is it possible to send basic auth credentials in a link? I have tried http://username:password@anapi.com but it\'s not working (in chrome on a mac, it keeps telling me to provide APIKey, which is pass[详细]
2023-02-26 03:04 分类:问答