[wp-trac] Re: [WordPress Trac] #8727: WP_Http_Curl doesn't handle cookies

WordPress Trac wp-trac at lists.automattic.com
Sun Dec 28 05:45:07 GMT 2008


#8727: WP_Http_Curl doesn't handle cookies
------------------------------------------------------+---------------------
 Reporter:  Denis-de-Bernardy                         |        Owner:       
     Type:  enhancement                               |       Status:  new  
 Priority:  normal                                    |    Milestone:  2.7.1
Component:  Plugins                                   |      Version:  2.7  
 Severity:  normal                                    |   Resolution:       
 Keywords:  has-patch dev-feedback reporter-feedback  |  
------------------------------------------------------+---------------------
Comment (by Denis-de-Bernardy):

 k, so if I get this right, I can catch the curl handle using this:

 {{{
 add_action('http_api_curl', 'foo');
 }}}

 and:

 {{{
 function foo(&$bar)
 {
   // do stuff on $bar
 }
 }}}

 correct?

 if so, that works, I suppose, but I still think cookies should be handled
 out of the box for consistency. snoopy handled them quite well if I
 remember correctly.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/8727#comment:5>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list