Perform HTTP request in Drupal 7 heykarthikwithuThursday, 13 June 2019 - 10:32:53 IST
To Perform an HTTP request in Drupal 7 we can use "drupal_http_request" function. This is a flexible and powerful HTTP client implementation. Correctly handles GET, POST, PUT or any other HTTP requests. Handles redirects.