PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Web Services » XML_RPC2 » Bug #8397

Cookie support

Details

Request #8397Cookie support
Submitted2006-08-09 04:58 UTC
Fromjohn_torr at hotmail dot com
StatusSuspended
PackageXML_RPC2
PHP VersionIrrelevant
OSAll
Roadmaps(Not assigned)

Comments

[2006-08-09 04:58 UTC] john_torr at hotmail dot com

Description:
------------
I would like to have support for adding cookies to the outgoing RPC request.

This would support authentication mechanisms for cross PHP applications communicating via XMLRPC.

For example from the browser to a PHP XMLRPC app I can authenticate via HTML and then the browser sends subsequent RPC requests with the authenticated cookie which can be checked in the RPC server, Thus ensuring security of the RPC calls.

So if cookies were added this same senario can be used from a PHP client to the an RPC server.