Justtechjobs.com Find a programming school near you






Online Campus Both


php-general | 2001092

[PHP] RE: [PHP-DB] Cross site authentication From: Hoover, Josh (Josh.Hoover <email protected>)
Date: 09/19/01

What about if your XML-RPC calls are run over SSL? That would make them
secure I believe. Now the question becomes whether any of the PHP XML-RPC
classes support SSL. Anyone know if any/all of the classes support SSL?

Josh Hoover
KnowledgeStorm, Inc.
jhoover <email protected>

Searching for a new IT solution for your company? Need to improve your
product marketing?
Visit KnowledgeStorm at www.knowledgestorm.com to learn how we can simplify
the process for you.
KnowledgeStorm - Your IT Search Starts Here

> XML-RPC or SOAP structure the data better than GET or POST, but they
> don't address the security issues. We can't send names, passwords, or
> ids, no matter how we wrap them. How can platform A tell platform B
> that it's authenticated someone? How can B trust A?