Posted by infojunkie on March 12, 2010 at 12:59am
Actions REST enables actions to be called on the URL, using a parameter encoding scheme of the form:
node/%nid/action/%action_callback/%param1_name/%param1_value/%param2_name/%param2_value/...You can substitute node for other entity types (user, comment, etc.)
There is an inherent security risk with exposing actions through a URL, specifically the risk of Cross-site scripting (XSS). To minimize this risk, use the module actions_permissions that is bundled with Views Bulk Operations. This module allows setting access permissions to each action, so make sure you only allow action access to authorized users.
Downloads
Project Information
- Maintenance status: Minimally maintained
- Development status: Maintenance fixes only
- Module categories: Developer
- Reported installs: 22 sites currently report using this module. View usage statistics.
- Last modified: July 4, 2011