{"id":157076,"date":"2022-06-17T15:21:30","date_gmt":"2022-06-17T15:21:30","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/inspect-http-requests\/"},"modified":"2025-05-14T23:00:36","modified_gmt":"2025-05-14T23:00:36","slug":"inspect-http-requests","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/inspect-http-requests\/","author":17266781,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.10","stable_tag":"1.0.10","tested":"6.8.5","requires":"3.0.1","requires_php":"","requires_plugins":null,"header_name":"Inspect HTTP Requests","header_author":"ExpressTech Softwares Solutions Pvt Ltd","header_description":"This is a short description of what the plugin does. It's displayed in the WordPress admin area.","assets_banners_color":"70b5d1","last_updated":"2025-05-14 23:00:36","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/paypal.me\/supportets","header_plugin_uri":"https:\/\/www.expresstechsoftwares.com\/inspect-http-requests","header_author_uri":"https:\/\/www.expresstechsoftwares.com","rating":5,"author_block_rating":0,"active_installs":100,"downloads":4816,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":{"1.0.0":{"tag":"1.0.0","author":"expresstechsoftware","date":"2022-11-08 15:32:29"},"1.0.1":{"tag":"1.0.1","author":"expresstechsoftware","date":"2022-11-23 09:37:38"},"1.0.10":{"tag":"1.0.10","author":"expresstechsoftware","date":"2025-05-14 23:00:36"},"1.0.2":{"tag":"1.0.2","author":"expresstechsoftware","date":"2022-12-25 14:27:18"},"1.0.3":{"tag":"1.0.3","author":"expresstechsoftware","date":"2023-05-27 10:40:09"},"1.0.4":{"tag":"1.0.4","author":"expresstechsoftware","date":"2023-08-30 12:01:29"},"1.0.5":{"tag":"1.0.5","author":"expresstechsoftware","date":"2023-09-14 22:53:19"},"1.0.6":{"tag":"1.0.6","author":"expresstechsoftware","date":"2024-01-05 13:59:01"},"1.0.7":{"tag":"1.0.7","author":"expresstechsoftware","date":"2024-04-17 14:55:15"},"1.0.8":{"tag":"1.0.8","author":"expresstechsoftware","date":"2024-05-15 09:55:55"},"1.0.9":{"tag":"1.0.9","author":"expresstechsoftware","date":"2025-05-14 22:32:59"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":2},"assets_icons":{"icon-256x256.png":{"filename":"icon-256x256.png","revision":2744207,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":2744207,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":2744207,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.0","1.0.1","1.0.10","1.0.2","1.0.3","1.0.4","1.0.5","1.0.6","1.0.7","1.0.8","1.0.9"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":2744207,"resolution":"1","location":"assets","locale":""}},"screenshots":{"1":"The plugin menu is Available inside tools"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1556,908,21104,144028,144027],"plugin_category":[],"plugin_contributors":[173506,203511,187904,211701],"plugin_business_model":[],"class_list":["post-157076","plugin","type-plugin","status-publish","hentry","plugin_tags-api","plugin_tags-log","plugin_tags-requests","plugin_tags-update-checks","plugin_tags-wp_http","plugin_contributors-expresstechsoftware","plugin_contributors-sunnysoni","plugin_contributors-vanbom","plugin_contributors-webbdeveloper","plugin_committers-expresstechsoftware","plugin_committers-vanbom","plugin_support_reps-ravisoniets","plugin_support_reps-vanbom"],"banners":{"banner":"https:\/\/ps.w.org\/inspect-http-requests\/assets\/banner-772x250.png?rev=2744207","banner_2x":"https:\/\/ps.w.org\/inspect-http-requests\/assets\/banner-1544x500.png?rev=2744207","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/inspect-http-requests\/assets\/icon-256x256.png?rev=2744207","icon_2x":"https:\/\/ps.w.org\/inspect-http-requests\/assets\/icon-256x256.png?rev=2744207","generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/inspect-http-requests\/assets\/screenshot-1.png?rev=2744207","caption":"The plugin menu is Available inside tools"}],"raw_content":"<!--section=description-->\n<p>** This plugin is inpired from the work of log-http-requests plugin **<\/p>\n\n<p>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.\nTrack how much time a request like updating core\/plugin\/theme taking (may be useful for bandwidth consumption analysis),<\/p>\n\n<p>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.<\/p>\n\n<p>If you add a base-url manually, e.g. https:\/\/api.woocommerce.com,  there will be no more entries stored for that host.<\/p>\n\n<h4>Available Hooks<\/h4>\n\n<p>Add the following to wp-config.php for default blocking:<\/p>\n\n<pre>\ndefine( 'inspect_http_requests_default_block', true );\n<\/pre>\n\n<p>To prevent database littering and performance drain due to sql lookups you can ignore (parts of) hostnames: \n(without this, your own site and wordpress.org are ignored)<\/p>\n\n<pre>\ndefine( 'inspect_http_requests_ignored_urls', [\n        'your own site',\n        'wordpress.org',\n        'api.woocommerce.com',\n        'wp-rocket.me',\n        'ip-api.com',\n        'ipinfo.io',\n    'api',\n]);\n<\/pre>\n\n<h4>Important Links<\/h4>\n\n<ul>\n<li><a href=\"https:\/\/github.com\/expresstechsoftware\/inspect-http-requests\">Github \u2192<\/a><\/li>\n<li><a href=\"https:\/\/github.com\/FacetWP\/log-http-requests\">Github \u2192<\/a><\/li>\n<\/ul>\n\n<h3>Checkout Our Other Plugins<\/h3>\n\n<ol>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/expresstechsoftwares-memberpress-discord-add-on\/\">Connect MemberPress and Discord<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/pmpro-discord-add-on\/\">Connect PaidmembershipPro and Discord<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/connect-learnpress-discord-add-on\/\">Connect LearnPress and Discord<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/connect-gamipress-and-discord\/\">Connect GamiPress and Discord<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/connect-lifterlms-to-discord\/\">Connect LifterLMS and Discord<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/webhook-for-wcfm-vendors\/\">Webhook For WCFM Vendors<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/connect-learndash-and-discord\/\">Connect LearnDash and Discord<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/product-questions-answers-for-woocommerce\/\">Product Questions &amp; Answers for WooCommerce<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/ultimate-member-discord-add-on\/\">Connect Ultimate Member and Discord<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/connect-badgeos-to-discord\/\">Connect BadgeOS and Discord<\/a><\/li>\n<li><a href=\"https:\/\/wordpress.org\/plugins\/connect-eduma-theme-to-discord\/\">connect Eduma Theme and Discord<\/a><\/li>\n<\/ol>\n\n<!--section=installation-->\n<ol>\n<li>Download and activate the plugin.<\/li>\n<li>Browse to <code>Tools &gt; Inspect HTTP Requests<\/code> to view log entries.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.0.10<\/h4>\n\n<ul>\n<li>Fixe Stable tag version number in readme file<\/li>\n<\/ul>\n\n<h4>1.0.9<\/h4>\n\n<ul>\n<li>Support WordPress 6.8<\/li>\n<\/ul>\n\n<h4>1.0.8<\/h4>\n\n<ul>\n<li>Updated functionality to retrieve the base URL and compare it with database entries. Manually added base URLs with runtime 0 are now ignored. Note: This functionality currently applies only to base URLs.<\/li>\n<li>Sort the admin page on blocked url's and sort URL's on alphabet<\/li>\n<li>Stop logging to database if administrator has manually added a matching base-url in the database.<\/li>\n<li>Added option to block by default, define( 'inspect-http-requests-default-block', true ) in wp-config.php<\/li>\n<li>Added option to create ignore list in wp-config.php, the defaults are 'your own wp' and wordpress.org\nso that preloaders and updates won't show up. If you have a lot of database lookups this WILL speed things up.\n<pre>\ndefine( 'inspect_http_requests_ignored_urls', [\n'wordpress.org',\n    'api.woocommerce.com',\n    'api',\n]);\n<\/pre><\/li>\n<\/ul>\n\n<h4>1.0.7<\/h4>\n\n<ul>\n<li>Support WordPress 6.5<\/li>\n<\/ul>\n\n<h4>1.0.4<\/h4>\n\n<ul>\n<li>Support WordPress 6.3<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Support WordPress 6.2<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Fixe bug<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Log, view, and Block WP HTTP requests","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/157076","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=157076"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/expresstechsoftware"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=157076"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=157076"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=157076"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=157076"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=157076"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=157076"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}