I am developing a java application (running on a Linux server) that needs to connect to a开发者_如何学JAVA .net WCF web service configured to use Windows authentication only. It seems to work fine when I run the app on my Windows desktop. Is there any way to make it work from the Linux server?
HttpClient supports NTLM authentication, so I suggest using that.
精彩评论