Home » Web Services » XML_RPC2 » Bug #8397
Cookie support
Details
| Request #8397 | Cookie support |
|---|---|
| Submitted | 2006-08-09 04:58 UTC |
| From | john_torr at hotmail dot com |
| Status | Suspended |
| Package | XML_RPC2 |
| PHP Version | Irrelevant |
| OS | All |
| 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.