digest-authentication Questions

2

I wrote a small webserver which currently uses basic auth over ssl. So far everything works great. Now I want (need) to switch to digest auth. But I can't figure how out to make this work with pass...
Kingsbury asked 31/8, 2013 at 19:25

4

I have to write some code with Node.JS for an API documentation, but I tried the last few days all the solutions I could found on the web (including Stack of course) without succes... My API use H...

9

Solved

I was using Mechanize module a while ago, and now try to use Requests module. (Python mechanize doesn't work when HTTPS and Proxy Authentication required) I have to go through proxy-server wh...
Afterward asked 22/11, 2012 at 5:37

4

Basically what I need to do is to perform digest authentication. First thing I tried is the official example available here. But when I try to execute it(with some small changes, Post instead of t...
Sophisticated asked 2/6, 2010 at 1:22

1

First of all, this is for a Gira Homeserver, which is a home automation server. It has Python 2.7, and I can't install external modules. But for testing and examples, I've been using both python 2...
Jehovah asked 10/7, 2019 at 21:43

3

Is it possible to use digest authentication in ASP.NET Core / Kestrel? If it is, how do I enable and use it? I know that basic authentication is not and will not be implemented because it's consid...
Liszt asked 20/10, 2016 at 16:21

1

Solved

I'm trying to use Digest authentication with HTTP Client against a 3rd-party web service that I don't control. I started out with the sample code from here: http://hc.apache.org/httpcomponents-cl...
Epps asked 28/10, 2018 at 2:55

5

Solved

as the question allready says, I am trying to do digest authentication in android. Until now i have used the DefaultHttpClient and it's authentication method (using UsernamePasswordCredentials and ...
Amenable asked 21/9, 2015 at 7:4

3

Solved

What is the difference between Digest and Basic Authentication ?

3

Solved

I would like to convert the following Node.JS code snippet to JavaScript in order to run it in Google Apps Script: From: Node.JS function getMessageSignature(path, request, nonce) { var message ...

3

Solved

I'm getting the following error when I run the app: BasicNetwork.performRequest: Unexpected response code 401 I need to pass an email, a password and a token to access the URL, but it's not workin...
Epiphyte asked 18/6, 2014 at 12:24

1

Solved

My Epson TM-T88V-i receipt printer tries to fetch XML data from a server URL which needs the printer to authenticate via HTTP digest. (this Epson feature is called "Server Direct Print") From the ...

2

How do you configure Spring 4.0 and Spring Security (3.2.0) for digest authentication exclusively using javaconfig (no XML)? I am using the below configuration class, however all requests are getti...

3

Solved

I'm setting up basic authentication on a php site and found this page on the php manual showing the set up. What does "realm" mean here in the header? header('WWW-Authenticate: Basic realm="My Re...
Sculpin asked 3/10, 2012 at 2:17

2

Any one can help me for implement digest authentication using Google Volley for web service calling (REST). basically Volley is using SHA1 authentication(Basic Auth), But is there any way to modif...
Forde asked 16/12, 2015 at 6:11

3

Solved

How does Digest Authentication differ from Basic Authentication other than sending credentials as plain text?
Leddy asked 5/3, 2010 at 2:41

1

I am working on an Android project and trying to get Digest Authentication to work with Retrofit. I'm kind of amazed Retrofit doesn't natively support it (or more accurately, that OkHttp doesn't su...

3

Solved

I'm trying to extend functionality of SocketRocket library. I want to add authentication feature. Since this library is using CFNetwork CFHTTPMessage* API for HTTP functionality (needed to start w...
Cheatham asked 29/6, 2015 at 12:39

1

How do I use WebClient.DownloadFile with digest authentication and a query string? When I try to use it I get a 401 response. This is the Apache error log: [Tue Jun 24 17:31:49 2014] [error] [cl...
Monotint asked 25/6, 2014 at 3:4

0

Simply I have scenario where digest authentication is performed using user name and HA1 value (which was calculated somewhere in the past or it was provider by authentication to other server). Pass...
Poppied asked 27/3, 2015 at 9:49

3

Solved

Which one of basic auth, digest auth and Oauth should one use for a web application to let users access resources through Restful API calls? Isn't Oauth the better solution replacing basic and dige...

3

Solved

I'm trying to send a request that requires HTTP Digest authentication. Is Digest possible in jQuery? If so, is this close to the correct way to do it? It's not currently working. <script ty...
Seafaring asked 13/3, 2011 at 7:49

1

Recently we've been working on a project that integrates our Tomcat web server with a couple specific services on a mobile device. One of the things we can do during our interaction with the device...
Kaleena asked 4/1, 2014 at 18:42

1

Solved

On the Authorization intro page, Apache tells us that: Apache supports one other authentication method: AuthType Digest. This method is implemented by mod_auth_digest and is much more secure. ...

1

Solved

I'm building a web service with Asp.net web api, and I have to fetch an image from an AXIS IP Camera. The camera, however, uses Digest authentication. So my C# code looks something like this: Web...
Viscose asked 10/6, 2013 at 12:56

© 2022 - 2024 — McMap. All rights reserved.