| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Request denied by WatchGuard HTTP proxy
From: Antonia Donà <adona_at_cogito.expertsystem.it>
Date: Thu, 1 Mar 2007 09:15:04 +0100
Hi,
I have a problem with the google search: in some cases when I try to download the page with urls matching my search, I have a CURLcode.CURLE_OK as result form my easy.perform() but then the page downloaded has the following content:
Request denied by WatchGuard HTTP proxy.
I do not set any particular proxy for this download because I did no use proxy here.
This is my code (I do curl globalInit on my main):
MemoryStream header_stream = new MemoryStream();
CURLcode code = easy.SetOpt(CURLoption.CURLOPT_HEADERFUNCTION, new Easy.HeaderFunction(OnHeaderData));
// download: proceed!
if (code != CURLcode.CURLE_OK)
byte[] page_data = data_stream.GetBuffer();
easy.Cleanup();
Any suggestion? I then use curl to download each single page (when the google search run correctly) and I have no problems, so maybe I simply forgot some setting...
Thanks,
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info