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.

nginx: Do not require Basic Authentication only if http request is OPTIONS

The Authorization Header is not sent with an HTTP OPTIONS Request. I would like disable this authentication only when the …

nginx basic-authentication http-options-method
HTTP basic auth, digest auth and Oauth?

Which one of basic auth, digest auth and Oauth should I use for my web application to let users access …

authentication oauth basic-authentication digest-authentication
Laravel 5 - how to use basic auth with username in place of email?

Hello guys ! So in Laravel 4 we could do Route::filter('auth.basic', function() { return Auth::basic('username'); }); But now it's …

laravel laravel-5 basic-authentication laravel-middleware
WSMan and Basic authorization

I'm trying to get WSMan working using Basic authorizaion. I'm always getting Access Denied error. Kerberos authentiaction works fine. Windows …

windows basic-authentication remote-access winrm wsman
Custom 401 page not prompting for credentials on nginx

I have a part of my website protected by auth_basic : location / { auth_basic "Authorization Required"; auth_basic_user_file .…

nginx basic-authentication http-status-code-401
How do I trigger the browser's Basic Authentication dialog from an AJAX call?

I'm using basic authentication to secure a set of WCF web services exposed only inside our corporate network, and I …

javascript ajax wcf basic-authentication wcf-security
How to add soap basic auth request to WSDL

How can I had soap AUTH BASIC auth to a WSDL, so who ever reads the WSDL knows I require …

soap wsdl basic-authentication soapheader
TypeError: native Qt signal is not callable

I'm trying to make a request to a protected webpage, so therefore I'm trying to authenticate with help from QAuthenticator(). …

python authentication pyqt4 basic-authentication qnetworkaccessmanager
HttpServletRequest isUserInRole() - How to get full role list?

HttpServletRequest isUserInRole() method will return a boolean value based on whether the role is present or not. Now if it …

java servlets basic-authentication user-roles
Using basic authentication in SAP PI calls from .NET

I'm getting the error message below when trying to call the SAP PI Web Services using C#.net console app: …

wcf basic-authentication sap-pi sap-xi