您可以通过 curl
命令发送 HTTP 请求并获取响应结果。
./tosutil curl http(s)_url [-m=xxx] [-v] [-rb=xxx] [-fb=xxx] [-h=aaa:bbb#ccc:ddd] [-at=xxx] [-i=xxx] [-k=xxx] [-t=xxx]
tosutil curl http(s)_url [-m=xxx] [-v] [-rb=xxx] [-fb=xxx] [-h=aaa:bbb#ccc:ddd] [-at=xxx] [-i=xxx] [-k=xxx] [-t=xxx]
参数名 | 参数类型 | 描述 |
---|---|---|
http(s)_url | String | 发送 HTTP 请求的目标 URL。 |
-m | String | 执行 curl 命令时的请求方法名。取值如下:
默认为 |
-v | String | 执行 |
-rb | String | 执行 |
-fb | String | 执行 |
-h=aaa:bbb#ccc:ddd | String | 执行 |
-at | String | 执行
|
-i | String | 签名算法的 Access Key ID。 |
-k | String | 签名算法的 Secret Access Key。 |
-t | String | 签名算法的 STS Token。关于 STS 授权的具体步骤,请参见使用 STS 临时 AK/SK+Token 访问火山引擎 TOS。 |
./tosutil curl https://console.volcengine.com/home
* Status code: 302, Response Body: * The response is truncated, total length: 93, consumed length: 93 Redirecting to <a href="/auth/login?redirectURI=%2Fhome">/auth/login?redirectURI=%2Fhome</a>.