http://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.0.x/httpclient/src/examples/org/apache/http/examples/client/ClientPreemptiveBasicAuthentication.java
我必须使用上面的那个,因为我需要在我的Android应用程序中进行抢先身份验证.
我认为解决方案可能是httpget对象,但我仍然只得到错误:(C.F. HttpGet httpget = new HttpGet(“/ index.html”);
有没有人知道如何获取文件的内容,使用链接的示例代码在上面的httpget对象中指定.它肯定叫,但现在我只能得到状态代码等等……
谢谢4帮助