有时候,访问一个网页时是需要认证的,也就是说需要输入正确的用户名以及密码信息,否则会报401的错误。
如何指定用户名以及密码呢?很简单:
curl -u user:password http://www.lishiming.net/study/ 就可以了。
另外wget也可以指定用户名以及密码的,请参考 http://www.lishiming.net/thread-840-1-1.html
如何指定用户名以及密码呢?很简单:
curl -u user:password http://www.lishiming.net/study/ 就可以了。
另外wget也可以指定用户名以及密码的,请参考 http://www.lishiming.net/thread-840-1-1.html
编辑回复