[wp-trac] [WordPress Trac] #45164: Added URL to error blocked requests
WordPress Trac
noreply at wordpress.org
Wed Oct 24 14:21:35 UTC 2018
#45164: Added URL to error blocked requests
-------------------------+-----------------------------
Reporter: wiuempe | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: HTTP API | Version: trunk
Severity: normal | Keywords: has-patch
Focuses: |
-------------------------+-----------------------------
Hello, i have set in wp-config.php:
{{{#!php
define( 'WP_HTTP_BLOCK_EXTERNAL', true );
define( 'WP_ACCESSIBLE_HOSTS', 'api.wordpress.org,downloads.wordpress.org'
);
}}}
When i installed plugin which need make request, i have error: "User has
blocked requests through HTTP.". If i want to add this host to whitelist,
i dont know which host i should add, so i change error communicate to
print URL.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/45164>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list