thanks Jason.
not sure what i'm looking for, but i ran the test page on my test server and the client test server.
i get an array returned, as well as a page not found error in both cases
here we go
my server
Array ( [url] => https://www.stanford.edu/group/idg/leland/samples/secure/test.html [content_type] => text/html; charset=iso-8859-1 [http_code] => 404 [header_size] => 234 [request_size] => 96 [filetime] => -1 [ssl_verify_result] => 0 [redirect_count] => 0 [total_time] => 1.840315 [namelookup_time] => 0.689122 [connect_time] => 0.860053 [pretransfer_time] => 1.491027 [size_upload] => 0 [size_download] => 6933 [speed_download] => 3767 [speed_upload] => 0 [download_content_length] => 0 [upload_content_length] => 0 [starttransfer_time] => 1.66946 [redirect_time] => 0 ) Errors: 0
HTTP/1.1 404 Not Found Date: Thu, 30 Sep 2010 21:06:43 GMT Server: Apache Vary: accept-language,accept-charset Accept-Ranges: bytes Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1 Content-Language: en
client server
Array ( [url] => https://www.stanford.edu/group/idg/leland/samples/secure/test.html [content_type] => text/html; charset=iso-8859-1 [http_code] => 404 [header_size] => 234 [request_size] => 96 [filetime] => -1 [ssl_verify_result] => 0 [redirect_count] => 0 [total_time] => 0.465781 [namelookup_time] => 0.183038 [connect_time] => 0.226211 [pretransfer_time] => 0.411743 [size_upload] => 0 [size_download] => 6933 [speed_download] => 14884 [speed_upload] => 0 [download_content_length] => -1 [upload_content_length] => 0 [starttransfer_time] => 0.465381 [redirect_time] => 0 ) Errors: 0
HTTP/1.1 404 Not Found Date: Thu, 30 Sep 2010 21:07:57 GMT Server: Apache Vary: accept-language,accept-charset Accept-Ranges: bytes Transfer-Encoding: chunked Content-Type: text/html; charset=iso-8859-1 Content-Language: en


