Module Description
This module adds an action wrapping of drupal_http_request() to use Rules for making HTTP requests. It has many general uses, because the Hypertext Transfer Protocol is the foundation of web data communication.
One great use case is submitting POST requests to submit data to remote websites. Some helpful text processing functionality can be found in Rules Data Transforms. For retrieving remote data, you make like Views XML Backend combined with Views Rules.
Credits
* Abhinesh Dhiman - Abhinesh
* Ajay Nimbolkar - AjayNimbolkar
* Benjamin Melançon - mlncn
* Chris Leppanen - twistor
* Mitchell Tannenbaum - mitchell
* Stuart Clark - Deciphered
One great use case is submitting POST requests to submit data to remote websites. Some helpful text processing functionality can be found in Rules Data Transforms. For retrieving remote data, you make like Views XML Backend combined with Views Rules.
Credits
* Abhinesh Dhiman - Abhinesh
* Ajay Nimbolkar - AjayNimbolkar
* Benjamin Melançon - mlncn
* Chris Leppanen - twistor
* Mitchell Tannenbaum - mitchell
* Stuart Clark - Deciphered
Module Link
Project Usage
2715
Security Covered
Not Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to solve the problem of using Rules for making HTTP requests by adding an action wrapping of drupal_http_request(), with a focus on submitting POST requests to remote websites and retrieving remote data.
Data Name
rules_http_client