I have a case where the server I am working on must be able to use NTLM authentication. I believe it is setting: But I want to prove that at run time. That value is set in a special place. From inside where Java is installed in my case the file is here: How can I query that value? I
Tag: ntlm
Microsoft ISA Server Authentication in Android
I have an application in Android, in which I were reading files from the remote server, code for reading file is given below; Now all the remote files are behind proxy (Microsoft ISA Server) which required authentication to access the files. Please guide me how I can pass authentication parameters from android to access the files. I have tried the
HttpClient 4.1.1 returns 401 when authenticating with NTLM, browsers work fine
I’m trying to use the Apache/Jakarta HttpClient 4.1.1 to connect to an arbitrary web page using the given credentials. To test this, I have a minimal install of IIS 7.5 on my dev machine running where only one authentication mode is active at a time. Basic authentication works fine, but Digest and NTLM return 401 error messages whenever I try