Opened 7 years ago
Last modified 17 months ago
#45164 reviewing enhancement
Added URL to error blocked requests
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Future Release | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | HTTP API | Keywords: | has-patch needs-refresh |
Focuses: | Cc: |
Description
Hello, i have set in wp-config.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.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Thank you for this ticket, @wiuempe!
Could you please update the patch to user
sprintf()
to insert the URL in the string?