| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-and-php mailing list Archives
Curling to alternate ports
From: Bedford County Webmaster <webmaster_at_bedfordcountyweb.com>
Date: Fri, 04 Aug 2006 16:08:44 -0500
Hello,
New to curl - so please excuse if this is an obvious question.
I want to use CURL from a PHP script to access a web services server on its
For example:
http://202.59.22.123:8089 (sample URL - not valid)
I have been trying to access it with this script:
<?
$url = "http://202.59.22.123:8089";
$ch = curl_init();
print_r(curl_getinfo($ch));
curl_close($ch);
?>
What I am experiencing is that the script will timeout in the CURL command.
For additional info - the server where the php script is running is on:
PHP 5.1.4
The web services system is running behind a SmoothWall installation. The
If I access the URL directly as:
then it works fine - but the CURL always times out (despite what whatever
I'm quite happy and willing for someone to point out to me that I have some
Thanks!
CJ
_______________________________________________
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info