Changeset 3408665
- Timestamp:
- 12/03/2025 01:28:20 AM (6 weeks ago)
- File:
-
- 1 edited
-
disable-xml-rpc/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
disable-xml-rpc/trunk/readme.txt
r3349272 r3408665 3 3 Tags: xmlrpc 4 4 Requires at least: 3.5 5 Tested up to: 6. 8.25 Tested up to: 6.9 6 6 Stable tag: 1.0.1 7 7 License: GPLv2 or later … … 38 38 1. Try using an XML-RPC WordPress client, like the official WordPress mobile apps. The WordPress mobile app should tell you that "XML-RPC services are disabled on this site" if the plugin is activated. 39 39 1. Use the curl command to send an XML-RPC request to your site. If the response contains "XML-RPC services are disabled on this site" then the plugin is working properly and WordPress will not send data back to XML-RPC requests. 40 1. Try the XML-RPC Validat or, written by Danilo Ercoli of the Automattic Mobile Team - the tool is available at [https://xmlrpc-check.hostpress.me/](https://xmlrpc-check.hostpress.me/). Information and source code for the tool are available on GitHub at [https://github.com/daniloercoli/WordPress-XML-RPC-Validator](https://github.com/daniloercoli/WordPress-XML-RPC-Validator). Keep in mind that you want the validator to fail and tell you that XML-RPC services are disabled.40 1. Try the XML-RPC Validation Service for WordPress - the tool is available at [https://xmlrpc.blog/](https://xmlrpc.blog/). Keep in mind that you want the validator to fail and tell you that XML-RPC services are disabled. 41 41 42 42 See the screenshots for examples of what these tools will return when the plugin is enabled. … … 50 50 1. An example of the error that the WordPress mobile app will return when this plugin is enabled. This is expected and indicates that the plugin is working as intended. 51 51 2. An example of a curl command attempting to request data via XML-RPC calls to the site when the plugin is enabled. The error "XML-RPC services are disabled on this site" is expected and indicates that the plugin is working as intended. 52 3. An example of Danilo Ercoli'sXML-RPC validator run against the site when the plugin is enabled. The error "Method not allowed" is expected and indicates that the plugin is working as intended.52 3. An example of the XML-RPC validator run against the site when the plugin is enabled. The error "Method not allowed" is expected and indicates that the plugin is working as intended. 53 53 54 54 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.