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.

API Design: HTTP Basic Authentication vs API Token

I'm currently creating an authentication system on front of a public web API for a web application. Given that each …

api authentication architecture basic-authentication
How to get password from HTTP basic authentication

I'm using HTTP BASIC Authentication with Java. My Servlet sends a JMS message but I need to supply the user …

java servlets jms basic-authentication
Basic HTTP authentication in Node.JS?

I'm trying to write a REST-API server with NodeJS like the one used by Joyent, and everything is ok except …

http authentication node.js basic-authentication
Basic Authentication With XMLHTTPRequest

I am attempting to use XMLHTTPRequest to get an update on twitter. var XMLReq = new XMLHttpRequest(); XMLReq.open("GET", "http://…

javascript xmlhttprequest basic-authentication
What is the cause and solution to SVN: Could not authenticate to server: rejected Basic challenge?

If you search around the web you will see this question asked a lot but there are no clear answers. …

svn authentication version-control basic-authentication
Making a HTTP GET request with HTTP-Basic authentication

I need to build a proxy for a Flash Player project I'm working on. I simply need to make a …

php http basic-authentication
.htaccess / .htpasswd bypass if at a certain IP address

Is it possible to have an .htaccess/.htpasswd access control setup for a given directory, but if they are from …

.htaccess apache2 basic-authentication
What is the cleanest way to do HTTP POST with basic auth in Python?

What is the cleanest way to do HTTP POST with Basic Auth in Python? Using only the Python core libs.

python http basic-authentication
How to perform Basic Authentication for FirefoxDriver, ChromeDriver and IEdriver in Selenium WebDriver?

I am using the Selenium-Firefox-driver and Selenium-Chrome-Driver version 2.0a5 (Web Driver API), and I am trying to test a web …

java selenium selenium-webdriver cross-browser basic-authentication
How to add basic authentication header to WebRequest

I have a basic WCF service and I want to test it using HttpWebRequest. The problem is that I use …

c# .net httpwebrequest basic-authentication