Questions tagged [digest-authorisation]

3 questions
0
votes
1 answer

GET request with query and digest http authorization

I have java service that I need to use (can't modify it) and web server that uses digest HTTP authorization. I'm using HttpWebRequest to communicate with the server (with GET method). NetworkCredentials needed for authentication are provided. But…
sotomski
0
votes
0 answers

How to consume an API secured with Digest Authentication via Rest Template

I want to consume an API secured with Digest Auth using REST Template. I am able to do so using ClosableHttpClient. ClosableHttpClient client = HttpClients.createDefault(); HttpResponse response = client.execute(new HttpGet(uri)); here I get…
-1
votes
2 answers

How can I use Digest Authorisation with my ASP.NET site?

I wish to require a popup window for users to type, to access my website. For the username and password, I was hoping to have a few hardcoded names/passwords in some file. I was told that Digest Authorisation could be used to do this. If I've got a…
Pure.Krome
  • 84,693
  • 113
  • 396
  • 647