Omschrijving
** Version 1.4 now supports whitelisting of individual routes within the REST API **
The engine for the API has existed in WordPress since v4.4, but additional functionality and endpoints are a
continual project. While this is very exciting news for many reasons – and many plugins, themes, and even pieces of
WordPress core are already beginning to use the REST API – it is also not functionality that every site admin is going
to want enabled on their website if not necessary.
As of WordPress 4.7, the filters provided for disabling the REST API were removed. To compensate, this plugin will
forcibly return an authentication error to any API requests from sources who are not logged into your website, which
will effectively still prevent unauthorized requests from using the REST API to get information from your website.
For WordPress versions 4.4, 4.5 and 4.6, this plugin makes use of the rest_enabled
filter provided by the API to
disable the API functionality. However, it is strongly recommended that all site owners run the most recent version
of WordPress except where absolutely necessary.
Schermafdrukken
Installatie
- Upload the
disable-json-api
directory to the/wp-content/plugins/
directory via FTP - Alternatively, upload the
disable-json-api_v#.#.zip
file to the ‘Plugins->Add New’ page in your WordPress admin
area - Activeer de plug-in via het ‘Plugins’ menu in WordPress
FAQ
- Installation Instructions
-
- Upload the
disable-json-api
directory to the/wp-content/plugins/
directory via FTP - Alternatively, upload the
disable-json-api_v#.#.zip
file to the ‘Plugins->Add New’ page in your WordPress admin
area - Activeer de plug-in via het ‘Plugins’ menu in WordPress
- Upload the
- How do I know if this plugin is working?
-
While logged into WordPress as any user, the REST API will function as intended. Because of this, you must use a new
browser – or Chrome’s incognito mode – to test your website with a clean session. Go to yourdomain.com/wp-json/ (or
yourdomain.com/?rest_route=/ if you have pretty permalinks disabled) while NOT LOGGED IN to test the results. You will
see an authentication error returned if the plugin is active. “DRA: Only authenticated users can access the REST API.” - Does this plugin disable all REST API’s installed?
-
This plugin is ONLY meant to disable endpoints accessible via the default REST API that is part of WordPress itself. If
a plugin or theme chooses to register its namespace with the core REST API, its endpoints will – by default – by
disabled so long as this plugin is active. Namespaces and routes may be whitelisted via this plugin’s Settings page.
Beoordelingen
works good, no proprietary lockin or paywall
Perfect
Good plugin
Download, install and rest
Necessary
Perfect
Bijdragers & ontwikkelaars
“Disable REST API” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Disable REST API” is vertaald in 4 talen. Dank voor de vertalers voor hun bijdragen.
Vertaal “Disable REST API” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
1.4.3
- Added
load_plugin_textdomain()
for i18n
1.4.2
- Fixed issue causing unintentional unlocking of endpoints when another WP_Error existed before this plugin did its job
1.4.1
- Fixed echo of text URL to primary Plugins page in WP Dashboard
1.4
- Tested for WP v4.8
- Tested for PHP 5.3+
- Added settings screen
- Site Admins may now whitelist routes that they wish to allow unauthenticated access to
- Added
dra_allow_rest_api
filter to the is_logged_in() check, so developers can get more granular with permissions - Props to @tangrufus for all of the help that went into this release
1.3
- Tested for WP v4.7
- Adding new functionality to raise authentication errors in 4.7+ for non-logged-in users
1.2
- Tested for WP v4.5
- Removal of actions which publish REST info to the head and header
1.1
- Updated to support the new filters created in the 2.0 beta API
1.0
- Initiƫle release