HTTP Request

完全に設定可能な HTTP リクエストを送信:クエリ、ヘッダー、認証、型付きボディ、リトライ、型付きレスポンスまたはファイルへのダウンロード。

API・HTTPHTTPRequest

概要

完全に設定可能な HTTP リクエストを送信:クエリ、ヘッダー、認証、型付きボディ、リトライ、型付きレスポンスまたはファイルへのダウンロード。

Send a fully-configurable HTTP request: query, headers, auth, typed body, retries, typed response or download to file.

パラメータ

パラメータ必須既定値説明
URLstring
必須
: https://api.example.com/items
変数に対応
Methoddropdown
GET · POST · PUT · PATCH · DELETE · HEAD · OPTIONS
必須GET
Query params (optional)multiline
任意JSON object or 'key=value' / 'key: value' lines.
変数に対応
Headers (optional)multiline
任意JSON object or 'Key: Value' lines.
変数に対応
Authenticationdropdown
None · Bearer · Basic · API Key (header)
任意None
Auth value (optional)string
任意Bearer token, 'user:password' for Basic, or the API key.
変数に対応
API key header namestring
任意X-API-KeyHeader name when Authentication = API Key.
変数に対応
Body typedropdown
None · JSON · Form (urlencoded) · Raw · File
任意None
Body (optional)multiline
任意JSON / raw text, or 'key=value' lines for a form body.
: {"name": "Bob"}
変数に対応
Body from file (optional)file
任意When Body type = File, send this file's bytes.
変数に対応
Timeout (seconds)number
任意60
Follow redirectsdropdown
Yes · No
任意Yes
Ignore TLS cert errorsdropdown
No · Yes
任意No
Retries on failurenumber
任意0Retry network errors / 5xx this many times.
Response typedropdown
Auto · JSON · Text · Save to file
任意AutoAuto parses JSON when the server says so, else text.
Download to file (optional)file
任意Used when Response type = Save to file.
変数に対応
Fail on HTTP error (4xx/5xx)dropdown
No · Yes
任意No
Store response invariable
必須
: response
Store status code invariable
任意
: status
Store response headers invariable
任意
: respHeaders

その他のAPI・HTTPコマンド

面倒な作業を自動化しませんか?

今すぐ10日間の無料トライアルを開始。カードも契約も不要です。