| |
|
|
|
cURL Mailing List Monthly Index Single Mail
curl-users Mailing List Archives
Re: I cannot log on !
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Fri, 14 Dec 2007 23:04:09 +0100 (CET)
On Fri, 14 Dec 2007, Jean Marie COUPRIE wrote:
>> I don't see how that makes any sense. curl fetches the response from the
No.
If the browser gets two responses, it is because it made two requests. To me
> There are 2 methods to use an application on a server :
They're the same method in my view. A client sends HTTP messages to the
> The user assumes that the contents of files in 1) and 2) are similar. This
Sure the server can differentiate the responses based on what browser/client
Your quoted big diff is probably due to the redirect problem from above.
> I wish that the man page warn against this false assumption and emphasize
First, those differences are not because of curl vs browsers, they're actually
http://curl.haxx.se/docs/httpscripting.html
Where and how exactly do you suggest we'd mention this in the man page?
>> (and libcurl stuff is better taken to the curl-library mailing list...)
I suggest you simply do your next follow-up on this subject on that list
> I have found in the RexxCurl manual "CURLSETOPT(handle, option,option
Oh, a bit unusual to have one function that can set many at once, but that
> So I have assumed that the parameters were valid only for the present
They're valid for the present handle, the handle it sets the options for. And
> And I have written a routine that reenters each time the common options. It
In what regard? The curl_easy_setopt() function says very early:
Options set with this function call are valid for all forthcoming transfers
In what way is this not clear? If you think it is, how would you instead
> Where can I find a list of default options ? It is not obvious in the
Basically, all options should mention what the default for that particular
Oh, there's one single option that is mandatory and that's CURLOPT_URL to tell
-- Commercial curl and libcurl Technical Support: http://haxx.se/curl.htmlReceived on 2007-12-14 These mail archives are generated by hypermail. |
Page updated November 12, 2010.
web site info