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.

angularjs basic authentication headers

I'm trying to connect to API and send authentication headers. I'm using Base64 as described here How do I get …

angularjs http-authentication angular-http-auth
How do I keep Firefox from prompting for username/password with HTTP Basic Auth with JQuery AJAX?

I'm writing some browser side dynamic functionality and using HTTP Basic Auth to protect some resources. The user experience is …

javascript jquery firefox http-authentication
Is there a maximum length for a HTTP BASIC authentication username?

Is there a maximum length for a username or password which is sent to a web application through HTTP BASIC …

http-authentication
Spring Rest Service - Invalid CSRF token when I attempt to login

I have a Spring MVC REST service, with Spring Security (3.2.5.RELEASE) enabled. When I turn on @EnableWebMvcSecurity, a login form …

spring rest spring-mvc spring-security http-authentication
Basic HTTP authentication with Jersey / Grizzly

I've written a simple REST server using JAX-RS, Jersey and Grizzly. This is how I start the server: URI baseUri = …

java jersey jax-rs http-authentication grizzly
angularjs: $http basic authentication

I tried angular.js and started with a web-ui for a restful api (using http basic auth). It is really …

angularjs http-authentication basic-authentication angularjs-http
NodeJS HTTP Server - How To Verify Client's IP and Login?

If I decide to use http module for my server, which module/method(s) I need to do the following? …

node.js http-authentication
Setting custom HTTP request headers in an URL object doesn't work

I am trying to fetch an image from an IP camera using HTTP. The camera requires HTTP basic authentication, so …

java url http-headers http-authentication urlconnection
HTTP Authentication (Basic or Digest) in ASP Classic via IIS

I want to develop a website in ASP classic that uses HTTP Authentication against a database or password list that …

http iis authentication asp-classic http-authentication
How to logout of an HTTP authentication (htaccess) that works in Google Chrome?

I got a solution for Firefox and IE but I didn't find any solution for Google Chrome. Is there a …

.htaccess google-chrome http-authentication