弱弱的问下 WHY 伪装过的连接还被403Forbidden

dim_i_as_integer 2009-04-04 10:37:46
访问www.xxxxx.com想查询点电影信息,结果频繁连接后被403了,然后听说伪装成浏览器好一些,怎么还是被403:??

java.io.IOException: Server returned HTTP response code: 403 for URL: http://www.douban.com

请大侠指教,我很弱。



public void mouseClicked(java.awt.event.MouseEvent e) {
//System.out.println("mouseClicked()"); // TODO Auto-generated Event stub mouseClicked()
String dbgStr="";
try{
url=new URL(txtInput.getText());
HttpURLConnection urlConn=(HttpURLConnection)url.openConnection();
dbgStr="conn-ed";
urlConn.setRequestProperty("User-Agent", "Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)");
br=new BufferedReader(new InputStreamReader(urlConn.getInputStream(),"utf-8"));
dbgStr="openStream-ed";
fw=new FileWriter("resource/output.txt");
dbgStr="file-ed";
String str;
while((str = br.readLine()) != null)
strGet=strGet+str;
System.out.println(strGet);
br.close();
...
}
...全文
66 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
palm_civet 2009-04-05
  • 打赏
  • 举报
回复
就是你说的原因啊,连的太多了
jourqel 2009-04-05
  • 打赏
  • 举报
回复
不懂~帮顶~

81,110

社区成员

发帖
与我相关
我的任务
社区描述
Java Web 开发
社区管理员
  • Web 开发社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧