Chinaunix首页 | 论坛 | 博客
  • 博客访问: 360316
  • 博文数量: 100
  • 博客积分: 1894
  • 博客等级: 上尉
  • 技术积分: 951
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-11 23:17
文章分类

全部博文(100)

文章存档

2018年(3)

2014年(2)

2013年(7)

2012年(10)

2011年(8)

2010年(6)

2009年(63)

2008年(1)

分类: LINUX

2012-12-04 15:05:14

Question :

Error output when download data by wget from web with authentication:

$ wget --http-user=xxx --http-password=xxxxxx

--2012-12-04 09:11:55--  
Connecting to a.b.c.d:8000... connected.
HTTP request sent, awaiting response... 403 Forbidden
2012-12-04 09:11:55 ERROR 403: Forbidden.

Problem:

Wget version 1.11.x issue

Solution:

Add "--auth-no-challenge" parameter will solve this issue.
阅读(1278) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~