Hey So I got an interesting idea to finally get my hands dirty on an Android application. Currently I'm testing the basic things I need for it to work, and here i ran into a problem. I need to make some HTTP Requests to a Microsoft IIS server. Unfortunately I have to use authentication and Basic Auth won't do as it usually is not available by default. Pure NTLM Auth is also problematic as the 2008 Servers have different default settings that make problems according to this thread: http://social.technet.microsoft.com/Forums/en/exchangesvrdevelopment/thread/bf62848a-5ce8-49cb-b9f3-d7267dfbd53d
So I'm left with Kerberos Auth. I tried to get the "KerberosHttpClient.java" example from the Apache http lib to work, but Android doesn't come with the lib necessary for the "NegotiateSchemeFactory" class that it needs. So does anyone have ideas on how to get HTTP requests with Kerberos Authentication working on Android? In case you do, some sample code would be highly appreciated. Thanks in advance! Aaron -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

