Basic authentication is a method for a web browser or other client program to provide a user name and password when making a request.
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-configI need to grab a data from XML-RPC web-service. new XmlSlurper().parse("http://host/service") works fine, but now I …
groovy basic-authentication xmlslurperI have some local html/js files with which I'd like to invoke some remote servers via https and eventually …
javascript jquery jsonp basic-authenticationI'm trying to write a simple smoke test for a web application. The application normally uses form based authentication, but …
java htmlunit basic-authenticationI have a WCF SOAP service that uses basic access authentication. SSL is not being used - I understand the …
wcf web-services basichttpbinding basic-authenticationI have set my own private yum repo. This is an HTTP base repo with a Apache as a web …
repository basic-authentication yumWe happen to run a REST web service with API requiring that clients use Basic authentication. We crafted a set …
c# .net http authentication basic-authenticationHow Do I Get By The Basic Authentication Handshake When Using Fiddler To Test A WCF REST Service?
wcf rest fiddler basic-authenticationI'm trying to modify the Casablanca tutorial to include basic HTTP authentication to access the Prosper API: auto fileStream = std::…
c++ rest basic-authentication casablancaOn 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