curlコマンドを実行すると下のようなエラーメッセージが表示された。
$curl -X GET "https://〜"
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>401 Unauthorized</title>
</head><body>
<h1>Unauthorized</h1>
<p>This server could not verify that you
are authorized to access the document
requested. Either you supplied the wrong
credentials (e.g., bad password), or your
browser doesn't understand how to supply
the credentials required.</p>
</body></html>
原因は全く分からない。
しばらくの間、途方に暮れてしまった。
原因はBasic認証だった。
ユーザ名とパスワードを指定したら、問題なく実行できた。
$curl -u username:password -X GET "https://〜"
タグ:Basic認証
【このカテゴリーの最新記事】
-
no image
-
no image
-
no image
-
no image