HTTP Request
Send a fully-configurable HTTP request: query, headers, auth, typed body, retries, typed response or download to file.
개요
HTTP Request은(는) AutoFlowRPA의 API & HTTP 카테고리에 속한 노코드 자동화 단계입니다. 워크플로가 도달하면 한 단계로 작업을 수행합니다. 20개의 매개변수를 설정해 동작 방식을 정확하게 제어할 수 있습니다. 비주얼 빌더에서 워크플로로 끌어다 놓을 수 있는 340개 명령 중 하나이며, 스크립트가 필요 없습니다.
기능 소개
Send a fully-configurable HTTP request: query, headers, auth, typed body, retries, typed response or download to file.
파라미터
| 파라미터 | 유형 | 필수 | 기본값 | 설명 |
|---|---|---|---|---|
| URL | string | 필수 | 예시: https://api.example.com/items 변수 지원 | |
| Method | dropdownGET · 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. 변수 지원 | |
| Authentication | dropdownNone · Bearer · Basic · API Key (header) | 선택 | None | |
| Auth value (optional) | string | 선택 | Bearer token, 'user:password' for Basic, or the API key. 변수 지원 | |
| API key header name | string | 선택 | X-API-Key | Header name when Authentication = API Key. 변수 지원 |
| Body type | dropdownNone · 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 redirects | dropdownYes · No | 선택 | Yes | |
| Ignore TLS cert errors | dropdownNo · Yes | 선택 | No | |
| Retries on failure | number | 선택 | 0 | Retry network errors / 5xx this many times. |
| Response type | dropdownAuto · JSON · Text · Save to file | 선택 | Auto | Auto 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) | dropdownNo · Yes | 선택 | No | |
| Store response in | variable | 필수 | 예시: response | |
| Store status code in | variable | 선택 | 예시: status | |
| Store response headers in | variable | 선택 | 예시: respHeaders |
HTTP Request 사용 방법
- 1
AutoFlowRPA를 열고 API & HTTP 그룹에서 HTTP Request 명령을 캔버스로 드래그하세요.
- 2
사이드 패널에서 파라미터를 설정하세요 — HTTP Request에는 설정 가능한 항목이 20개 있습니다.
- 3
워크플로에 연결한 뒤 Run을 누르세요. 모든 작업이 내 컴퓨터에서 로컬로 실행됩니다.
자주 묻는 질문
HTTP Request 명령은 무엇을 하나요?
Send a fully-configurable HTTP request: query, headers, auth, typed body, retries, typed response or download to file.
HTTP Request 명령은 어느 그룹에 속하나요?
HTTP Request은(는) API & HTTP 그룹에 속합니다. AutoFlowRPA는 코드 없이 조합할 수 있는 340개 이상의 바로 쓰는 명령을 제공합니다.
HTTP Request 명령에 파라미터가 있나요?
네 — HTTP Request에는 설정 가능한 항목이 20개 있으며, 모두 비주얼 노드 에디터에서 편집할 수 있습니다.