Top "Digest-authentication" questions

A challenge-response authentication mechanism for HTTP

What is the "realm" in basic authentication

I'm setting up basic authentication on a php site and found this page on the php manual showing the set …

http basic-authentication digest-authentication
What is digest authentication?

How does Digest Authentication differ from Basic Authentication other than sending credentials as plain text?

digest-authentication
How to pass proxy-authentication (requires digest auth) by using python requests module

I was using Mechanize module a while ago, and now try to use Requests module. (Python mechanize doesn't work when …

python digest-authentication python-requests proxy-server
Is Digest authentication possible with jQuery?

I'm trying to send a request that requires HTTP Digest authentication. Is Digest possible in jQuery? If so, is this …

jquery digest-authentication
Apache HttpClient Digest authentication

Basically what I need to do is to perform digest authentication. First thing I tried is the official example available …

java android apache-commons-httpclient digest-authentication
Failure of SIP Proxy Authentication

I'm developing a SIP user agent application that connects to an Asterisk server and tries to do an outgoing call. …

sip digest digest-authentication jain-sip nonce
How to do request HTTP Digest auth with Node.JS?

I have to write some code with Node.JS for an API documentation, but I tried the last few days …

node.js httprequest digest digest-authentication http-digest
Android: Volley HTTP Request custom header

I'm getting the following error when I run the app: BasicNetwork.performRequest: Unexpected response code 401 I need to pass an …

android httprequest android-volley digest-authentication
Curl request with digest auth in PHP for download Bitbucket private repository

I'm try to do this request on php, for download the last source from my Bitbucket private repository: curl --digest …

php curl command-line bitbucket digest-authentication