Viewing 3 replies - 1 through 3 (of 3 total)
  • @doubledworks

    Disabling XML-RPC adds the following lines to the .htaccess file:

    # Disable XML-RPC – Security > Settings > WordPress Tweaks > XML-RPC
    <files xmlrpc.php>
    <IfModule mod_authz_core.c>
    Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
    Order allow,deny
    Deny from all
    </IfModule>
    </files>

    After testing it seems to block xmlrpc.php requests in my Apache 2.4.x env …

    dwinden

    Thread Starter doubledworks

    (@doubledworks)

    I see those lines in my .htaccess file.

    My plugin is set to block on both XML-RPC features so why would Jetpack remain connected when it relies on XML-RPC?

    When i used ithemes security some months back and prior to the latest XML-RPC blocking feature, it blocked Jetpack.

    Has something else changed?

    Is the description stating it blocks Jetpack outdated and need updating?

    Surely Jetpack should completely stop working when XML-PRC features are set to block?

    Dunno …

    Perhaps the Jetpack forum is the right place to get an answer to your questions …

    dwinden

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Potential XML-RPC Bug’ is closed to new replies.