When trying to authenticate and login to magento, I am getting the following error:
xmlrpclib.ProtocolError: <ProtocolError for www.website.ca/index.php/api/xmlrpc: 301 Moved Permanently>
Unfamiliar with the xmlrpclib module or XML RPC but here are a few things I tried:
- I changed the url from HTTPS to HTTP... no luck
- Tried variations of the URL (with or without the www subdomain) ... no luck
- Verified that the APIKey and APIUsername are valid, they are.
- The website does have SOAP installed (I believe). Their api/v2_soap/?wsdl link is working
Not sure what this means. I have tried doing it with other websites I have access to and it is working just fine. Any insight would be helpful!