digest-authorisation

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

Hi folks, i wish to require a popup window for users to type, to access my website. For the username, 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 stock standard ASP.NET website, where can i define the username's / password? ...

Connecting to a server using Digest Authentication with Asp.Net

Hello, I have to copy a file over to our local server using asp.net. The remote server uses Digest Authentication and will supply the credentials needed. How do I connect to their server in asp.net using digest authentication to copy a text file over to our local machine? thanks ...

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 invoking GetResponse() generates error 400 (Bad request). Address: http://info.server.com/s...