My webmaster is attempting to get the API set up on our system, however keeps getting the following error while trying to use the api.php...
5
Didn't receive 200 OK from remote server. (HTTP/1.0 301 Moved Permanently)
5
Didn't receive 200 OK from remote server. (HTTP/1.0 301 Moved Permanently)
5
Didn't receive 200 OK from remote server. (HTTP/1.0 301 Moved Permanently)
Here is the top code...
include("xmlrpc-2.2.1/lib/xmlrpc.inc");
#The client object will set up a connection to the server that can be re-used for
#later calls
#This was split from the URL http://marty.infusionsoft.com:80/api/xmlrpc
//$client = new xmlrpc_client("/api/xmlrpc", "marty.infusionsoft.com", 80);
$client = new xmlrpc_client("/hydrogen", "www.savefuel.ca");
#This will make it so we get back raw php types - they are easier to work with
$client->return_type = "phpvals";Some help please? What extra info is required to assist us with this issue?
Thanks.
