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.

Standard 401 response when using HTTP auth in flask

In flask, I'm using the following snippet to enable HTTP auth: def authenticate(): return Response('<Why access is …

python apache2 flask http-authentication abort
Retrofit POST request w/ Basic HTTP Authentication: "Cannot retry streamed HTTP body"

I'm using Retrofit to do a basic POST request, and I'm providing a basic @Body for the request. @POST("/rest/…

android http-authentication retrofit okhttp
HTTP Digest Authentication versus SSL

What is the difference between HTTP Digest Authentication and SSL from a performance, security and flexibility point of view?

ssl http-authentication digest
Avoid "cannot retry due to server authentication, in streaming mode" errors, without any CXF involved

I've searched a number of places for other people who have dealt with this HttpRetryException problem, but all the ones …

java http-authentication
How to use Basic HTTP Auth with REST webservice (Java+Jersey)?

I am a newbie to REST webservice and have just created my first webservice. In my service the user can …

rest http-headers jersey http-authentication
Stuck with Python HTTP Server with Basic Authentication using BaseHTTP

I am stuck trying to get a python based webserver to work. I want to do Basic Authentication (sending a 401 …

python http-authentication basehttpserver
Do HTTP authentication over HTTPS with URL rewriting

I am trying to protect the ~/public_html/dev directory using http auth basic, but to make that secure I …

apache .htaccess mod-rewrite url-rewriting http-authentication
Basic HTTP Authentication on iPhone

I'm trying to get a small twitter client running and I ran into a problem when testing API calls that …

iphone objective-c httpwebrequest http-authentication
Using Basic HTTP access authentication in Django testing framework

For some of my Django views I've created a decorator that performs Basic HTTP access authentication. However, while writing test …

python django unit-testing http-authentication django-testing
Accessing a web service and a HTTP interface using certificate authentication

It is the first time I have to use certificate authentication. A commercial partner expose two services, a XML Web …

c# web-services authentication certificate http-authentication