Top "Basic-authentication" questions

Basic authentication is a method for a web browser or other client program to provide a user name and password when making a request.

Apache2 - authorize users against a Location using BasicAuth but ONLY for users outside local subnet

In my Apache 2 config I have a VirtualHost which looks something like this: <VirtualHost *:80> ServerName sub.domain.com # …

apache apache2 basic-authentication apache-config
XmlSlurper.parse(uri) with HTTP basic authentication

I need to grab a data from XML-RPC web-service. new XmlSlurper().parse("http://host/service") works fine, but now I …

groovy basic-authentication xmlslurper
Basic Authentication with jQuery.ajax request and jsonp

I have some local html/js files with which I'd like to invoke some remote servers via https and eventually …

javascript jquery jsonp basic-authentication
Passing basic auth credentials with every request with HtmlUnit WebClient

I'm trying to write a simple smoke test for a web application. The application normally uses form based authentication, but …

java htmlunit basic-authentication
How to use a Service Reference with a basic authentication WCF SOAP Service

I have a WCF SOAP service that uses basic access authentication. SSL is not being used - I understand the …

wcf web-services basichttpbinding basic-authentication
Set up private yum repo with basic auth

I have set my own private yum repo. This is an HTTP base repo with a Apache as a web …

repository basic-authentication yum
How Do I Get By The Basic Authentication Handshake When Using Fiddler To Test A WCF REST Service?

How Do I Get By The Basic Authentication Handshake When Using Fiddler To Test A WCF REST Service?

wcf rest fiddler basic-authentication
Set Basic HTTP Authentication in Casablanca

I'm trying to modify the Casablanca tutorial to include basic HTTP authentication to access the Prosper API: auto fileStream = std::…

c++ rest basic-authentication casablanca
Is Apache Digest authentication more secure or than Basic or not?

On the Authorization intro page, Apache tells us that: Apache supports one other authentication method: AuthType Digest. This method is …

apache security authentication basic-authentication digest-authentication