This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Turn Off REST API

ਵੇਰਵਾ

Turn off JSON REST API on your website to anonymous users and prevent unauthorized requests from using the REST API to get information from your website.

Since the release of WordPress 4.0 came out, there have been a lot of hackers exploiting the vulnerabilities of the REST API. By installing this plugin, you will effectively prevent and disable the use of REST API from unauthorized users and protect the information on your website from being accessible. If someone tries to access the REST API on your site, the plugin will return an authentication error on the API endpoints, for any unauthorized users trying to access it.

While WordPress REST API vulnerability exploits continue this plugin effectively prevent and disable the used of REST API from accessing information from your website, this plugin return authentication error and disable all endpoints for any user not logged in on your website.

Translations

  • English (en_US)

ਸਕਰੀਨਸ਼ਾਟ

  • Test if the wp-json is secured from unauthorized access.

ਸਥਾਪਤੀਕਰਨ

  1. Download the plugin via WordPress.org
  2. Upload the turn-off-rest-api directory to the /wp-content/plugins/ directory via FTP
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

ਅਕਸਰ ਪੁੱਛੇ ਜਾਂਦੇ ਸਵਾਲ

How may I know if the plugin is working and my WP REST API is secured?

To test kindly log out and please go to http://[your_website_url].com/wp-json and check if REST API will return an error that reads ‘Only authenticated users are allowed an access on REST API’

ਸਮੀਖਿਆਵਾਂ

There are no reviews for this plugin.

ਯੋਗਦਾਨੀ ਤੇ ਵਿਕਾਸਕਾਰ

“Turn Off REST API” is open source software. The following people have contributed to this plugin.

ਯੋਗਦਾਨੀ

“Turn Off REST API” ਦਾ ਆਪਣੀ ਭਾਸ਼ਾ ਵਿੱਚ ਅਨੁਵਾਦ ਕਰੋ।

ਵਿਕਾਸ ਕਾਰਜ ਵਿੱਚ ਰੁਚੀ ਰੱਖਦੇ ਹੋ?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

ਤਬਦੀਲੀ-ਚਿੱਠਾ

1.0.4

  • New – Update license to GPLv3
  • Tweak – Compatibility with WP 5+
  • Tweak – Update language file
  • Tweak – Minor improvements

1.0.3

  • Tweak – Added en_US language file
  • Tweak – Added license file
  • Tweak – Minor code clean up

1.0.2

  • Tweak – Added endpoints admin page
  • Tweak – Minor improvements

1.0.1

  • Tweak – Minor improvements
  • Tweak – Optimized filter implementation

1.0.0

  • Initial Release