[wp-trac] [WordPress Trac] #20222: No way to force local HTTP requests through proxy

WordPress Trac wp-trac at lists.automattic.com
Mon Mar 12 23:57:16 UTC 2012


#20222: No way to force local HTTP requests through proxy
------------------------------+------------------------------
 Reporter:  johnbillion       |       Owner:
     Type:  defect (bug)      |      Status:  new
 Priority:  normal            |   Milestone:  Awaiting Review
Component:  HTTP              |     Version:
 Severity:  normal            |  Resolution:
 Keywords:  commit has-patch  |
------------------------------+------------------------------
Changes (by johnbillion):

 * keywords:   => commit has-patch


Comment:

 Patch. The HTTP API can now be told to use the proxy (if one's defined)
 for local requests by using the following code in your `wp-config.php`
 file:

 {{{
 define( 'WP_PROXY_LOCAL_HOSTS', true );
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/20222#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list