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.

How to enable Basic Authentication for WebDAV on Windows 8

Previously I used to be able to access external data from an http:// URL using only Basic Authentication (Username / Password) …

windows-8 webdav basic-authentication
Accessing an Artifactory/Maven Repo that requires basic-auth

I have an Artifactory repo that sits behind basic authentication. How would I configure the settings.xml to allow access? &…

maven-2 basic-authentication artifactory
What is base64 clear text username and password?

Recently I came across this word in a basic authentication article. What it meant by base64 clear text usrname and …

windows passwords basic-authentication http-authentication
HTTPS and BASIC authentication

When I use HTTP BASIC authentication along with HTTPS, are the username and password securely passed to the server? I …

https ssl basic-authentication
How can I add a Basic Auth Header to my SOAP?

I'm trying to send a Authentication header through to a WSDL service that does not have the authentication requirement specified …

c# soap basic-authentication soapheader
Jsoup connection with basic access authentication

Is there a way in Jsoup to load a document from a website with basic access authentication?

java jsoup basic-authentication
HTTP Client based on NodeJS: How to authenticate a request?

This is the code I have to make a simple GET request: var options = { host: 'localhost', port: 8000, path: '/restricted' }; …

http authentication node.js restful-authentication basic-authentication
Apache basic authentication except for those Allowed

Problem: I have some files under /var/www/files/ that I want them to be accessed from specific IP addresses …

apache authentication basic-authentication
Basic proxy authentication for HTTPS URLs returns HTTP/1.0 407 Proxy Authentication Required

I want to use a proxy with basic authentication (username, password) for a connection (and only this connection) in Java. …

java authentication proxy basic-authentication http-proxy
Error "HTTP/1.1 401 Unauthorized" with basic authentication in android - EWS 2010

I refer to this link to request to the server. The problem is sometime (not always, about 20% - 30%, means sometime …

java android basic-authentication exchangewebservices