Top "Http-authentication" questions

HTTP authentication is a method for a HTTP user agent to provide a user name and a certain proof confirming the user's identity when making a request.

How to set the authorization header using curl

How do I pass authorization header using cURL? ( executable in /usr/bin/curl).

curl http-authentication
CURL to access a page that requires a login from a different page

I have 2 pages: xyz.com/a and xyz.com/b. I can only access xyz.com/b if and only …

linux bash cookies curl http-authentication
Basic HTTP authentication with Node and Express 4

It looks like implementing basic HTTP authentication with Express v3 was trivial: app.use(express.basicAuth('username', 'password')); Version 4 (I'm …

node.js http express http-authentication
Authentication issues with WWW-Authenticate: Negotiate

I am trying to access a site that is password protected. It is not using basic authentication (even though the …

authentication header http-headers http-authentication
How can I use Basic HTTP Authentication in PHP?

I'm trying to use Basic HTTP Authentication and followed the example on the PHP manual page. But it doesn't work …

php authentication http-authentication basic-authentication server-variables
PHP_AUTH_USER not set?

For some reason, none of the code within if (isset($_SERVER['PHP_AUTH_USER']) && isset($_SERVER['PHP_AUTH_…

php http-authentication
How can I suppress the browser's authentication dialog?

My web application has a login page that submits authentication credentials via an AJAX call. If the user enters the …

javascript ajax http-authentication
JMeter Basic Authentication

I am trying to imply the basic authentication process for a web service using JMeter. But everytime it throws out …

jmeter authorization http-authentication
Can I use HTTP Basic Authentication with Django?

We have a website running on Apache, access to which has a number of static pages protected via HTTP Basic …

django http-authentication
HTTP basic authentication URL with "@" in password

I'm trying to set up some selenium tests to our staging server using Sauce Labs. It's behind a basic http …

http selenium http-authentication saucelabs