Top "Digest-authentication" questions

A challenge-response authentication mechanism for HTTP

PHP Digest HTTP Authentication example not working, why?

So I decided to use digest HTTP authentication for my REST API. I googled it and found an entry in …

php http authentication digest digest-authentication
HTTP Digest/Basic Auth with Python Requests module

My goal here is to be able to parse html/xml data from a password protected page then based on …

xml http python-3.x python-requests digest-authentication
Client part of the Digest Authentication using PHP POST to Web Service

I'm trying to POST to a Web Service (not RESTful) and get response through PHP. However, that web service requires …

php digest-authentication
PHP Digest auth, logout

Is there a way to logout of a digest authentication done in php. I have tried unset($_SERVER["PHP_AUTH_…

php security logout http-status-code-401 digest-authentication
Digest authentication in Android using HttpURLConnection

as the question allready says, I am trying to do digest authentication in android. Until now i have used the …

java android httpurlconnection digest-authentication
RTSP Authentication : digest issue

I need to authenticate my RTSP stream to a streaming server, here is the challenge : RTSP/1.0 401 Unauthorized WWW-Authenticate: Digest realm="…

authentication streaming rtsp http-authentication digest-authentication
Is Apache Digest authentication more secure or than Basic or not?

On the Authorization intro page, Apache tells us that: Apache supports one other authentication method: AuthType Digest. This method is …

apache security authentication basic-authentication digest-authentication
401 With Indy IdHttp Digest Authentication in Delphi XE

Trying to do a get() with Digest to a partner's web service with Delphi XE. I have included IdAuthenticationDigest to …

delphi indy digest-authentication
HTTP basic auth, digest auth and Oauth?

Which one of basic auth, digest auth and Oauth should I use for my web application to let users access …

authentication oauth basic-authentication digest-authentication
Need help creating Digest authentication for Android

I have this code so far: private class DownloadWebPageTask extends AsyncTask<String, Void, String> { @Override protected String doInBackground(…

android android-asynctask digest-authentication