
September 4th, 2007, 11:50 AM
|
| Administrator
Join Date: Jun 2007
Posts: 3,709
BRL$: 42,924.00 Thanks: 0
Thanked 14 Times in 10 Posts
Rep Power: 409 | | cURL submission help - Urgent Hi, I am facing an error while using cURL. $webservice_url = "http://newsrss.bbc.co.uk/rss/newsonline_uk_edition/business/rss.xml"; curl_setopt( $ch, CURLOPT_URL, $webservice_url ); curl_setopt( $ch, CURLOPT_RETURNTRANSFER, 1 ); curl_setopt( $ch, CURLOPT_SSL_VERIFYPEER, 0); curl_setopt( $ch, CURLOPT_SSL_VERIFYHOST, 0); curl_setopt( $ch, CURLOPT_TIMEOUT,15); curl_setopt( $ch, CURLOPT_PORT, 80); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); We are working from an intranet that is behind a firewall. we tried using the proxy that is used in our intranet curl_setopt($ch, CURLOPT_PROXY, '192.168.21.5:80'); curl_setopt($ch, CURLOPT_PROXYUSERPWD, 'webuser To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. ass'); but still it is saying *7, couldn't connect to host* Any help would be greatly appreciated. To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts. | |
__________________ █ High Quality To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ Powerful To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts.
█ To view links or images in signatures your post count must be 0 or greater. You currently have 0 posts. █ Jobs In !!! - Post Jobs, Hire Employees, Create Blogs and
Earn Money. | | | |