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.

Basic Authentication with Resteasy client

I'm trying to perform an basic auth to the login-module which runs on my jboss using REST. I already found …

basic-authentication resteasy
Using HTTP Basic-Auth with Google App Engine URLFetch service

How can I specify the username and password for making Basic-Auth requests with App Engine's URLFetch service (in Java)? It …

java google-app-engine basic-authentication
DropWizard Auth by Example

I'm trying to understand how authentication and authorization work in DropWizard. I've read their auth guide as well as the …

java jersey jax-rs basic-authentication dropwizard
WCF Service configuration HTTPS with CustomBinding

I needed a custombinding on a WCF Service to allow me to pass raw content to WCFRest service. Works great, …

wcf https wcf-binding basic-authentication transport
Basic authentication in web api

I started working on Web Api and just want to create a simple basic authentication. I want to know how …

authentication basic-authentication asp.net-web-api
Ruby rest-client file upload as multipart form data with basic authenticaion

I understand how to make an http request using basic authentication with Ruby's rest-client response = RestClient::Request.new(:method => :…

ruby http post basic-authentication rest-client
Why doesn't the browser reuse the authorization headers after an authenticated XMLHttpRequest?

I'm developing Single Page App using Angular. The backend exposes REST services that require Basic authentication. Getting index.html or …

javascript html angularjs basic-authentication single-page-application
ImportError: No module named flask.ext.httpauth

I am trying to inistiate a Python server which uses the Flask framework. I'm having a hard time setting up …

python rest flask basic-authentication
creating Basic authentication in Slim framework

I had seen 2 questions on SO and several topics on google but that didn't helped me out Authentication Based REST …

php rest authentication basic-authentication slim
.htaccess basic auth by virtual host?

I was wondering if it was possible to setup a conditional http basic auth requirement based on the virtual host …

apache .htaccess basic-authentication .htpasswd