---
title: "Does Web EIPs work with anything running on Cloud Next or just Drupal and PHP?"
date: "2025-02-04T14:20:01+00:00"
summary: "Discover which HTTP request methods work with Web EIPs on Cloud Next for Drupal and PHP applications."
image:
type: "article"
url: "/acquia-cloud-platform/help/61031-does-web-eips-work-anything-running-cloud-next-or-just-drupal-and-php"
id: "3e763a8c-be72-4244-ad12-bfca6f043cec"
---

Acquia tested that Web EIPs work with the following methods for making HTTP/HTTP requests from Drupal, PHP, or command line:

*   `curl` on the command line or through `exec("curl")` in PHP
*   `drupal_http_request()` function in Drupal 7
*   `\Drupal::httpClient` in the [current Drupal version](/service-offerings/guide/software-life-cycle#supported-drupal-version)
*   [curl functions from PHP curl extension](https://www.php.net/manual/en/ref.curl.php)