Hello, I was using HttpURLConnection from java to make rest request to a reporting services installed in a windows machine with integrated authentication (NTLM). This worked great when my aplication was running in a windows machine. However, when my application is running in a AIX machine I get an authorization error. As far as I understood, it seems that the HttpURLConnection cant authenticate well in a non windows machine.
So, Im looking at apache.commons.httpclient... Is this library able to make a NTLM authenticated post from an AIX machine to a windows machine? Do I need to configure something in the AIX machine, like realms and that stuu, or I just need to create an NTCredentials object and pass the credencials in this object? I have in my application version 3.0.1. Is this sufficient? thank you, fwu
