On Wed, May 4, 2011 at 7:43 PM, Chip Bennett <chip at chipbennett.net> wrote: > ...or simply set ALTERNATE_WP_CRON to false in wp-config.php? > > // Alternate cron method (uses redirect rather than http loopback) > define( 'ALTERNATE_WP_CRON', false ); You would have to define it as true to use wp_redirect instead of the default wp_remote_post.