We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
restコマンドでは任意のホストに対しリクエストを行える。
例: usacloud rest https://my-api-host.example.com/zone/is1a/server
usacloud rest https://my-api-host.example.com/zone/is1a/server
この際にホスト名を誤って入力してしまった場合でもAuthorizationヘッダーを送信することを防ぎたい。
Authorization
https://secure.sakura.ad.jp
--ignore-warning
The text was updated successfully, but these errors were encountered:
No branches or pull requests
restコマンドでは任意のホストに対しリクエストを行える。
例:
usacloud rest https://my-api-host.example.com/zone/is1a/server
この際にホスト名を誤って入力してしまった場合でも
Authorization
ヘッダーを送信することを防ぎたい。仕様案
https://secure.sakura.ad.jp
の場合はOK -> 注: プロファイルなどによるAPIRootの設定を尊重する--ignore-warning
みたいな)を付けておけば強制的にリクエストを送信可能-> テスト時にlocalhostなどを利用するケースがあるため明示すれば制限を回避できるようにしたい
The text was updated successfully, but these errors were encountered: