Skip to content
Advertisement

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;

JavaScript

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 following codes but useless,

JavaScript

But it’s giving HTTP1.1 500 Internal Server Error. I have also tried following link but same error https://stackoverflow.com/a/10937857/67381

Advertisement

Answer

In my case i use

JavaScript

Try, may be works.

P.S.

It’s not for ISA, for MS C# WebService Application, but maybe…

User contributions licensed under: CC BY-SA
2 People found this is helpful
Advertisement