Plugin Directory

Changeset 3408665


Ignore:
Timestamp:
12/03/2025 01:28:20 AM (6 weeks ago)
Author:
philerb
Message:

Compatibility up to WordPress v6.9 and readme updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • disable-xml-rpc/trunk/readme.txt

    r3349272 r3408665  
    33Tags: xmlrpc
    44Requires at least: 3.5
    5 Tested up to: 6.8.2
     5Tested up to: 6.9
    66Stable tag: 1.0.1
    77License: GPLv2 or later
     
    38381. 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.
    39391. 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 Validator, 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.
     401. 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.
    4141
    4242See the screenshots for examples of what these tools will return when the plugin is enabled.
     
    50501. 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.
    51512. 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's 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.
     523. 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.
    5353
    5454== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.