Curl
Executes secure cURL commands through a terminal shell integration, offering controlled HTTP request capabilities.
关于
Curl provides a secure and controlled way to execute cURL commands within a terminal shell environment. It offers features for making GET and POST requests, executing custom commands with safety restrictions, and downloading files with metadata. The server includes built-in security measures such as URL validation, argument filtering, output limits, and configurable timeouts to prevent dangerous operations and ensure secure execution of cURL commands.
主要功能
- Downloads files and retrieves metadata.
- Implements security features such as URL validation and argument filtering.
- 0 GitHub stars
- Executes HTTP GET and POST requests with custom headers and data.
- Configurable request timeouts and output limits for added safety.
- Allows execution of custom cURL commands with safety restrictions.
使用案例
- Performing custom HTTP requests with specific cURL arguments in a secure manner.
- Downloading files from remote servers with specified output paths.
- Making API requests with custom headers and authentication.