Log, view, and Block WP HTTP requests
评级
5
最后更新
May 15, 2024
版本
1.0.8
活跃安装
100
Inspect HTTP Requests

** This plugin is inpired from the work of log-http-requests plugin **

Monitor all the HTTP Request being made via WP HTTP Methods i.e. wp_remote_get, wp_remote_post Block any request by just a click of button. Track how much time a request like updating core/plugin/theme taking (may be useful for bandwidth consumption analysis),

This plugin logs all WP_HTTP requests and displays them in a table listing for easy viewing. It also stores the runtime of each HTTP request.

If you add a base-url manually, e.g. https://api.woocommerce.com, there will be no more entries stored for that host.

Available Hooks

Add the following to wp-config.php for default blocking:

define( 'inspect_http_requests_default_block', true );

To prevent database littering and performance drain due to sql lookups you can ignore (parts of) hostnames: (without this, your own site and wordpress.org are ignored)

define( 'inspect_http_requests_ignored_urls', [ 'your own site', 'wordpress.org', 'api.woocommerce.com', 'wp-rocket.me', 'ip-api.com', 'ipinfo.io', 'api', ]);

Important Links

Checkout Our Other Plugins

  1. Connect MemberPress and Discord
  2. Connect PaidmembershipPro and Discord
  3. Connect LearnPress and Discord
  4. Connect GamiPress and Discord
  5. Connect LifterLMS and Discord
  6. Webhook For WCFM Vendors
  7. Connect LearnDash and Discord
  8. Product Questions & Answers for WooCommerce
  9. Connect Ultimate Member and Discord
  10. Connect BadgeOS and Discord
  11. connect Eduma Theme and Discord
免费使用Creator套餐
活跃安装
100
目前已测试版本
6.5.5
此插件可供下载,可用于您的 WordPress 自托管安装。