LoginSignup
0
0

More than 3 years have passed since last update.

[備忘録] wgetで「401 Unauthorized」を回避する

Posted at

「401 Unauthorized」を回避する

認証が必要なページにwgetでアクセスすると「401 Unauthorized」となり、「Username/Password による認証に失敗しました。」と表示される。これを回避するためには、
$ wget --http-user=[user] --http-passwd=[password] [url]

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0