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.
阅读(1310) | 评论(0) | 转发(0) |