| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
CURLOPT_POSTFIELDS not working for me
From: Superprops <superprops_at_telus.net>
Date: Thu, 05 Feb 2009 09:13:56 -0800
Programming c with Codeblocks 8.02 on Windows XP Professional, libcurl
I don't know if this is a bug or an error on my part, probably the latter.
simple php code on website (curltest.php):
<script language="php">
c code:
curl_easy_setopt(hcurl, CURLOPT_URL,
This returns "failure"
if I eliminate the CURLOPT_POSTFIELDS option setting changing my c code to:
curl_easy_setopt(hcurl, CURLOPT_URL,
it returns "success with testcode = 123456789"
Can anyone tell me what I might be doing wrong ?
Thank You.
These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info