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.

Authenticate Windows Authentication using Javascript

I have to transfer my client from one website to another website. This happens in client side. In this 2nd …

javascript windows-authentication basic-authentication single-sign-on client-side-scripting
What does php's CURLOPT_USERPWD do

I was wondering what CURLOPT_USERPWD is actually doing to the url, header or data of a request. Is it …

php curl basic-authentication
Add HTTP basic authentication to this HTTP GET in angularjs

I have an existing angularjs code which makes a HTTP GET. Extracted below is some relevant code inside the controller. .…

javascript angularjs http http-get basic-authentication
Is basic access authentication secure?

Using Apache, it is quite simple to set up a page that uses basic access authentication to prompt a user …

http basic-authentication
How to send Authorization header with browser

I have implemented a web server which uses Basic authentication(using spring security). I disabled the default authentication entry point …

browser webserver basic-authentication www-authenticate
Download a file from the internet using java : How to authenticate?

Thanks to this thread How to download and save a file from Internet using Java? I know how to download …

java authentication httpwebrequest download basic-authentication
How to use UrlFetchApp with credentials? Google Scripts

I am trying to use Google Scripts UrlFetchApp to access a website with a basic username and password. As soon …

authentication google-apps-script basic-authentication credentials urlfetch
401 error when consuming a Web service with HTTP Basic authentication using CXF

I'm trying to consume a remote Web service that uses HTTP basic authentication, using Apache CXF, within a JUnit test. …

java web-services client-side cxf basic-authentication
In Spring-Security with Java Config, why does httpBasic POST want csrf token?

I am using Spring-Security 3.2.0.RC2 with Java config. I set up a simple HttpSecurity config that asks for basic auth …

post spring-security csrf basic-authentication spring-java-config
Remove basic authentication header with apache mod proxy

I have a HTTP Basic secured website. I hide a Tomcat application server with mod_proxy. Can I remove the …

apache mod-proxy basic-authentication