Friday 13 October 2006 6:27:58 am
Does not look like it according to the code from the ezhttptool.php class file
$request = $method . ' ' . $path . ' ' . 'HTTP/1.1' . "\r\n" .
"Host: $host\r\n" .
"Accept: */*\r\n" .
"Content-type: application/x-www-form-urlencoded\r\n" .
"Content-length: " . strlen( $data ) . "\r\n" .
"User-Agent: $userAgent\r\n" .
"Pragma: no-cache\r\n" .
"Connection: close\r\n\r\n";
|