Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24182


Ignore:
Timestamp:
04/24/2013 10:50:41 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24182 – Description

    initial v1  
    22
    33wp_remote_post():
     4{{{
    45$url = http://72.233.69.89/1.1/verify-key
    56$args = Array
     
    1617    [timeout] => 15
    1718)
    18 
     19}}}
    1920WP_Http_Fsockopen $strHeaders just before [http://core.trac.wordpress.org/browser/trunk/wp-includes/class-http.php#L729 fwrite]:
     21{{{
    2022POST /1.1/verify-key HTTP/1.0
    2123Host: 72.233.69.89
     
    2729
    2830key=xxxxxxxxxxxx&blog=http%3A%2F%2Ffriedcell.si%2Foutbreak
    29 
     31}}}
    3032The request fails as the first Host header is used.
    3133