Hi Kobra,
I ran the curltest.php from my site with the following results:
CURL Test Page
This page is intended for testing CURL behaviour. You should be accessing this page via CURLTESTER.PHP running on YOUR server.
You submitted the following fields and data:
Array
(
[field1] => This is a test
[statuskey] => ready
)
Data validation
Good
Other Info
Your server IP address is: [REMOVED].
user-agent: unknown.
Array
(
[url] => "http://www.zen-cart.com/testcurl.php"
[content_type] => text/html
[http_code] => 200
[header_size] => 275
[request_size] => 174
[filetime] => -1
[ssl_verify_result] => 0
[redirect_count] => 0
[total_time] => 0.58755
[namelookup_time] => 0.00961
[connect_time] => 0.296544
[pretransfer_time] => 0.296613
[size_upload] => 0
[size_download] => 2144
[speed_download] => 3649
[speed_upload] => 0
[download_content_length] => 2144
[upload_content_length] => 0
[starttransfer_time] => 0.587433
[redirect_time] => 0
)
Does this mean that the CURL communication is getting through?


Reply With Quote

