Results 1 to 2 of 2

Thread: cURL submit/keep sessions/cookies?

  1. #1

    Thread Starter
    Addicted Member Jazz00006's Avatar
    Join Date
    Feb 2006
    Posts
    185

    cURL submit/keep sessions/cookies?

    I was wondering if it was possible for cURL to open a website, submit a form and keep all of that information in a file somewhere on the server, preferably user defined (like a normal webbrowser with cookies enabled).

    Thanks for any help

  2. #2
    PowerPoster
    Join Date
    Sep 2003
    Location
    Edmonton, AB, Canada
    Posts
    2,629

    Re: cURL submit/keep sessions/cookies?

    well, cURL does have the ability to send POST requests, so you could technically fill out a form and then submit it. and since you are the one sending the data, then it's entirely possible to save the data you filled in, too. and whether or not you save it could be an option, sure.

    so, in short, yes, it's absolutely possible.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width