XML RPC
XML RPC (Remote Procedure Call) is a type of API which uses XML to encode its calls and HTTP as a transport mechanism.
It is used to enable remote management of applications, for example via mobile or desktop apps.
By default XML RPC is enabled.
Disabling XML RPC
XML RPC can be disabled by setting the xmlrpc configuration property to false
{
"extra": {
"altis": {
"modules": {
"cms": {
"xmlrpc": false
}
}
}
}
}