I am working on a site that currently uses a basic authentication dialog box login system, that is the type of dialog that you get if you go here: http://www.dur.ac.uk/vm.boatclub/password/index.php
This configuration works with SP2010 in classic mode or SP2007. We have a WCF service that is installed as an Application under the Sharepoint web site.This application uses Basic authentication.
I have a HTTP Basic secured website. I hide a Tomcat application server with mod_proxy. Can I remove the HTTP Basic header? The Tomcat application reads the header and returns 401 not authorized. Basi
I\'m trying to use authenticate_with_http_basic in a Rails 2.3.4 app, and the username and password aren\'t being picked up. I did a little detective work and figured out that it\'s failing because th
I\'m having problems to set up the basic authentication for the web service. I\'m writing standard web service (not WCF) using .NET 4.0
I\'m trying to implement http basic authentication in rails metal. Using this code: class Api def self.call(env)
Is there a solution to logout a user (make a browser clear its cached credentials and ask user to login credential once again) for basic HTTP authentication?
I\'m trying to use Basic HTTP Authentication and followed the example on the PHP manual page. But it doesn\'t work for me. The variable $_SERVER[\'PHP_AUTH_USER\'] doesn\'t seem to be set. When a user
I have setup a private website that needs to be accessible by only a few people via the internet. I\'d like to setup a combination of basic authentication and https.
I\'m testing out the feasibility of using OpenRasta as a viable alternative to ASP.NET MVC. However, I\'ve run into a stumbling block regarding authentication.