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.

Logging a user out when using HTTP Basic authentication

I want users to be able to log in via HTTP Basic authentication modes. The problem is that I also …

logout basic-authentication www-authenticate
how to set authorization header with android's httpURLconnection

I am attempting to connect to my server using basic authentication, but when I set the Authorization header, it causes …

android httpurlconnection filenotfoundexception basic-authentication
ASP.NET MVC - HTTP Authentication Prompt

Is it possible to make my application ask for username and password prompting for it before render a view? Just …

asp.net-mvc http authentication basic-authentication
Does securing a REST application with a JWT and Basic authentication make sense?

I have a Spring REST application which at first was secured with Basic authentication. Then I added a login controller …

spring-security basic-authentication jwt
How to debug urllib2 request that uses a basic authentication handler

I'm making a request using urllib2 and the HTTPBasicAuthHandler like so: import urllib2 theurl = 'http://someurl.com' username = 'username' password = …

python debugging urllib2 basic-authentication
Basic HTTP authentication using KSOAP for android

I need to consume a SOAP web service using Android. The issue is that before request for a particular function …

android http basic-authentication ksoap
c# - http web request with https and basic authentication

I'm trying to do a webrequest over a https url with basic authentication. And its not working! below is my …

c# https httpwebrequest basic-authentication webrequest
How can I get browser authentication popup?

Can anyone tell me, how can I get this browser authentication window ?

http authentication browser http-headers basic-authentication
Python SOAP client, WSDL call with suds gives Transport Error 401 Unauthorized for HTTP basic authentication

Background I'm building a SOAP client with python 2.7.3 and using the suds 0.4.1 library provided by Canonical. The server is using …

python soap wsdl basic-authentication suds
How do I get basic authentication working on WebSphere?

Okay, so I've been running a Java/Jersey webservice on Tomcat with basic authentication which works perfectly fine. I've got …

java web-services websphere basic-authentication websphere-6.1