Descriere
** 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.
Available Hooks
Don’t log items from a specific hostname:
add_filter( 'ets_inspect_http_requests_ignore_hostname', function( $data ) { if ( false !== strpos( $data['url'], 'wordpress.org' ) ) { return false; } return $data; });
Important Links
Checkout Our Other Plugins
- Connect MemberPress and Discord
- Connect PaidmembershipPro and Discord
- Connect LearnPress and Discord
- Connect GamiPress and Discord
- Connect LifterLMS and Discord
- Webhook For WCFM Vendors
- Connect LearnDash and Discord
- Product Questions & Answers for WooCommerce
- Connect Ultimate Member and Discord
- Connect BadgeOS and Discord
- connect Eduma Theme and Discord
Instalare
- Download and activate the plugin.
- Browse to
Tools > Inspect HTTP Requests
to view log entries.
Recenzii
Contributori și dezvoltatori
„Inspect HTTP Requests” este un software open-source. La acest modul au contribuit următoarele persoane.
Contributori„Inspect HTTP Requests” a fost tradus în 1 locală. Mulțumim traducătorilor pentru contribuția lor.
Tradu „Inspect HTTP Requests” în limba ta.
Te interesează dezvoltarea?
Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.