| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-library Mailing List Archives
Re: Option for forcing POST after redirect
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 10 Sep 2007 15:48:38 +0200 (CEST)
On Mon, 10 Sep 2007, euphrate_ylb wrote:
> As introduced in this previous thread (
Uh, hang on. I'd like to get more technical on this. I can see how we can add
> Ex: In PHP the PEAR::SOAP library relies on curl for HTTPS. Therefore you
Surely (I hope) they rely on libcurl?
> This option may be something like '--force-post' or something based on
Those are curl command line options, and this is the libcurl list so we rather
I think I could do with an option like CURLOPT_STRICTSTANDARD that takes a
#define CURL_STRICT_ALL (0xffffffff) /* makes libcurl super-strict */
curl_easy_setopt(handle, CURLOPT_STRICTSTANDARD, CURL_STRICT_HTTP302);
I believe there are a few other choices done in the library than then could
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2007-09-10 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info