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.

No Basic Authentication choice available in IIS7

I do not have the option for Basic Authentication in IIS Manager under IIS=>Authentication. I do have the …

iis-7 basic-authentication
Web API Authentication Basic vs Bearer

I have created JWT based Authentication in my Web API application. I am not able to figure out the difference …

basic-authentication jwt bearer-token
Angular 2 Basic Authentication not working

I'm trying to connect/ do a POST request to an API with Angular2, It's a very simple API with a …

angular typescript header basic-authentication
Apache2 Reverse Proxy to an end-point that requires BasicAuth but want to hide this from user

Basically my scenario is that I have an internal website that requires a SINGLE hard-coded username and password to access (…

apache apache2 reverse-proxy basic-authentication mod-proxy
How to display the Authentication Challenge in UIWebView?

I am trying to access a secure website through UIWebView. When I access it through safari, i get an authentication …

http uiwebview basic-authentication
Escaping username characters in basic auth URLs

When using http basic authentication, the username can be passed in the URL, e.g. http://[email protected]/path/ …

http basic-authentication
how to do Auth in node.js client

I want to get use this rest api with authentication. I'm trying including header but not getting any response. it …

node.js basic-authentication node.js-client
Basic Authentication in ASP.NET Core

Question How can I implement Basic Authentication with Custom Membership in an ASP.NET Core web application? Notes In MVC 5 …

asp.net-core basic-authentication asp.net-core-mvc asp.net-core-1.0
How to do basic authentication over HTTPs in Ruby?

After looking a lot, I've found some solutions that seem working, but not for me... For example, I have this …

ruby https basic-authentication
How do I get basic auth working in angularjs?

How can I get basic auth working in AngularJs? I've googled and the resources aren't working for me. I'm very …

javascript angularjs basic-authentication