Re: Problem with cookies
Status: Alpha
Brought to you by:
coroberti
From: Artur B <ar...@gm...> - 2007-07-25 01:08:04
|
Also, build fails for me unless I manually add "-lidn" to LIBS variable in Makefile. Shouldn't we fix it too? Artur On 7/24/07, Artur B <ar...@gm...> wrote: > > Robert, > > I've done some investigation today and found a bug in credentials file > parsing > code (load_form_records_file() and load_form_record_string() in > parse_config.c). > Apparently nobody tested this feature before. I've fixed it in my repo and > now it works > just fine reading email:password pairs correctly from the credentials > file. I need write > access to SVN to commit it. > > Artur > > > > On 7/20/07, Robert Iakobashvili <cor...@gm...> wrote: > > > > Artur, > > > > Please, correct you e-mail agent to make replies > > to the mailing list and not to me directly. Thanks. > > > > On 7/21/07, Artur B <ar...@gm...> wrote: > > > FORM_STRING of the following form doesn't seem to work: > > > > > > USERNAME= "user" > > > PASSWORD= "testuser" > > > FORM_USAGE_TYPE= UNIQUE_USERS_SAME_PASSWORD > > > FORM_STRING= > > > "action=login&email=%s%d...@lt...&pword=%s" > > > > Are you doing GET? > > Unclear. > > > > > And I have bunch of email addresses with index number in the middle. > > Reading > > > email:password > > > from the file doesn't work either, I've tried all possible > > combinations > > > already. > > > > All these features are known to be working with POST, and the code > > should be working with GET (that you are trying - guessing) as well, > > but not tested. > > > > Please, look at init_client_formed_buffer () in loader.c file. Please, > > make a run with > > debugger and see, if you are coming there. > > > > However, if you are trying > > REQUEST_TYPE=POST with > > MULTIPART_FORM_DATA > > this is not a bug but rather absence of the feature support, which > > works currently > > only as AS_IS strings. > > > > The best thing, if you find a bug, is to provide us patches. > > Another option is to fill properly PROBLEM_REPORTING form, add it > > to bugzilla, as well as post it to the list. > > > > Thank you. > > > > > > Sincerely, > > Robert Iakobashvili, > > coroberti %x40 gmail %x2e com > > ........................................................... > > http://curl-loader.sourceforge.net > > A web testing and traffic generation tool. > > > > > > ------------------------------------------------------------------------- > > This SF.net email is sponsored by: Microsoft > > Defy all challenges. Microsoft(R) Visual Studio 2005. > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > > _______________________________________________ > > curl-loader-devel mailing list > > cur...@li... > > https://lists.sourceforge.net/lists/listinfo/curl-loader-devel > > > > |