cURL Support
Yes, cURL is fully supported on all of our hosting servers. The cURL PHP extension is enabled by default, so PHP applications that rely on cURL for making HTTP requests, API calls, or fetching remote data will work without any additional configuration.
What is cURL?
cURL is a library and command-line tool for transferring data using various protocols including HTTP, HTTPS, FTP, and more. In the context of web hosting, it is most commonly used by PHP scripts to communicate with external APIs, payment gateways, social media platforms, and other web services.
Common Applications That Use cURL
- WordPress (for updates, plugin installations, and API connections)
- WooCommerce (for payment gateway communication)
- Any application that connects to external APIs or web services
You can verify cURL is enabled on your account by checking your PHP info page or by looking at the PHP extensions list in cPanel > MultiPHP INI Editor.
