Summary | REST driver for RPC subsystem |
Queue | Horde Framework Packages |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | srrafa (at) usc (dot) es |
Created | 03/07/2005 (7420 days ago) |
Due | |
Updated | 12/22/2010 (5304 days ago) |
Assigned | |
Resolved | 03/09/2005 (7418 days ago) |
Milestone | 3.1 |
Patch | No |
State ⇒ Resolved
extra RPCDriver parameter, since that's going to be there anyway.
New Attachment: rpc.php.patch
Detection of the REST request. It looks for GET requests wich provide
a RPCDriver parameter
Example:
http://localhost/horde/rpc.php?RPCDriver=rest
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ REST driver for RPC subsystem
Queue ⇒ Horde Framework Packages
New Attachment: rest.php
basic functionality required in the
ticket #917.Tested under Horde 3.0.3. A patch for horde/rpc.php is required to
detect the REST request.