| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Difficulty Posting <form> C/C++
From: unleadedblues <unleadedblues_at_gmail.com>
Date: Thu, 24 Sep 2009 03:10:00 -0400
I am trying to browse through a Web Proxy and while my code works very well through some proxies it fails on many others.
One particluar Web Proxy where it fails is: http://www.firewallfilter.com/
Any suggestions regarding what I might be doing wrong would be greatly appreciated.
Thank you,
========================================================
<input type="button" id="options_switch" value="Options" onclick="optionsFx.toggle();" />
curl_global_init(CURL_GLOBAL_ALL);
CURL * curl = curl_easy_init();
if(!curl) {
curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1);
curl_easy_setopt(curl, CURLOPT_REFERER, "http://firewallfilter.com");
res = curl_easy_perform(curl);
/* always cleanup */
return;
-------------------------------------------------------------------
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info