Changes between Initial Version and Version 1 of Ticket #24182
- Timestamp:
- 04/24/2013 10:50:41 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24182 – Description
initial v1 2 2 3 3 wp_remote_post(): 4 {{{ 4 5 $url = http://72.233.69.89/1.1/verify-key 5 6 $args = Array … … 16 17 [timeout] => 15 17 18 ) 18 19 }}} 19 20 WP_Http_Fsockopen $strHeaders just before [http://core.trac.wordpress.org/browser/trunk/wp-includes/class-http.php#L729 fwrite]: 21 {{{ 20 22 POST /1.1/verify-key HTTP/1.0 21 23 Host: 72.233.69.89 … … 27 29 28 30 key=xxxxxxxxxxxx&blog=http%3A%2F%2Ffriedcell.si%2Foutbreak 29 31 }}} 30 32 The request fails as the first Host header is used. 31 33