Using xmlrpc.php
-
Hello,
We have a new Vendor that has a product that we’d like to integrate into our WordPress environment. This Vendor uses xmlrpc.php to post to WordPress.
CAS Maestro doesn’t allow a non-cas user to make requests to this file. The request is redirected to the CAS server.
Is it possible by modifying the source code to exclude this file from CAS?
I’m looking at this line of code as a possible work around
add_filter('authenticate', array(&$this, 'validate_login'), 30, 3);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Using xmlrpc.php’ is closed to new replies.