Tagged Questions

0
votes
2answers
802 views

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). ...