# HTTP Request

iframe
## Parameters

- **[Request Method]**
  - GET
  - POST
  - PUT
  - DELETE
- **[Request URL]**
  - Enter the address you want to use.
- **[Request Header]**
  - Use this parameter to send headers in the request. Headers contain metadata or context information about the request.
- **[Query Parameters]**
  - Query parameters act as filters for HTTP requests. If the API you are using supports query parameters and your request needs filters, please enable this option.
- **[Body Input Type]**
  - If you need to send a request body in the API request, please enable this option.
- **[Authentication Type]**
  - No Auth
  - API Key
  - Basic Auth
- **[Timeout]**
  - The maximum time for running the current node.


br
> [!TIP]
For HTTP requests, please refer to your service's API documentation for detailed guidance.


## Output

- **Output Parameters**
  - None
- **Execution Log**
  - Start Time
  - End Time
  - Duration (ms)
  - Status (Success/Failure)


## Related Nodes

[Run ADB Shell](/rparobotic-process-automation/03-node/01-simulation-operations/11-run-adb-shell)