[Mailman-Developers] Remote scripting with XML-RPC

Eric Kidd eric.kidd@pobox.com
Sat, 7 Apr 2001 20:59:43 -0400


On Sat, Apr 07, 2001 at 08:49:28PM -0400, Jay R. Ashworth wrote:
> On Sat, Apr 07, 2001 at 03:48:58PM -0400, Eric Kidd wrote:
> > So if anybody else is interested in XML-RPC for Mailman, please let me
> > know.  And if anybody can tell me why I'm nuts, please let me know
> > that, too. :-)
> 
> Um... "security"?  What's the current status, there?  SSL?

You get precisely the same security you would using the regular CGI
interface. ;-)

If you've installed SSL, both approaches provide very nice security.  If
you haven't installed SSL, you're not going to be a happy camper either
way.

An XML-RPC server is basically a glorified CGI script with a structured
input/output format.  Handy, but not really anything new.

Cheers,
Eric