HTTP Authentication with PHP's Zend XML RPC Client

Posted by Rory on Stack Overflow See other posts from Stack Overflow or by Rory
Published on 2010-03-15T10:34:49Z Indexed on 2010/03/15 10:39 UTC
Read the original article Hit count: 784

I am using the Zend library's XML RPC Client in a PHP application to pull data from another server over XML RPC. However the other server is using HTTP basic authentication. How can I tell the XMLRPC client to use authentication for the requests?

© Stack Overflow or respective owner

Related posts about php

Related posts about xml-rpc