• Im trying to call the xmlrpc interface to create a new page, so far so good. But I get a 403, I think the password is not accepted I think because it contains some characters that it tries to &.. escape. So…

    $request = xmlrpc_encode_request($method,$params);

    do I need to add in the array of $params something else to not make it escape the password?

  • The topic ‘xmlrpc Password Error’ is closed to new replies.