digest-authentication Questions
3
Solved
I'm try to do this request on php, for download the last source from my Bitbucket private repository:
curl --digest --user user:pass https://bitbucket.org/user/repo/get/tip.zip -o test.zip
in co...
Gabriel asked 25/4, 2012 at 16:3
2
Solved
This is probably a dumb question but can I do away safely with just basic HTTP auth or do I still benefit from digest auth even if the server is already on SSL?
Conventioner asked 12/8, 2012 at 16:2
1
Solved
I'm trying to authenticate with an API that uses Digest authentication.
I am sending a POST request to the server but the response returned is HTTP 401 Denied. This is the WWW-Authenticate challen...
Bothnia asked 7/6, 2012 at 18:41
1
Solved
Is there any built-in function to associate a digest authentication with an HttpRequestMessage in winrt ? Or do I have to use an other class in order to perfom this task ?
Thanks.
Lentamente asked 18/5, 2012 at 18:51
1
Solved
I'm developing and testing a little straight-forward client-server application using java (and scala).
The server is based on com.sun.net.httpserver.HttpServer and allows the upload of files via ...
Britain asked 6/2, 2012 at 14:25
2
Solved
I have been busy creating an app for Red5. Imagine what was my surprise when I tried to configure basic/digest authentication and I couldn't.
What struck me as strange is that I have a running tom...
Brahe asked 6/1, 2011 at 15:34
2
Solved
So I decided to use digest HTTP authentication for my REST API. I googled it and found an entry in the PHP manual with an example of how to do it. So I copy the script, put it in index.php on my se...
Nial asked 2/3, 2011 at 21:14
2
Solved
Is there a way to logout of a digest authentication done in php.
I have tried unset($_SERVER["PHP_AUTH_DIGEST"]);
But it wont ask to relogin.
I know if i close the browser then it will work and he...
Pretty asked 5/1, 2011 at 4:43
4
I have MD5 hashes of passwords in a database that I want to use against HTTP AUTH DIGEST. But in reading the docs, it looks like the digest hash contains a hash of the username,realm and plaintext ...
Thermography asked 10/8, 2009 at 21:22
© 2022 - 2024 — McMap. All rights reserved.