Forum Moderators: coopster
I'll try to explain my problem ;-)
Curl is running via XAMPP on my portable. I use curl to logon to a site and I echo back the data in my browser screen (also on my portable). I have to add some extra info to the form fields in this webpage but when I click the submit button on this webpage I get the logon page again (which was already covered via curl). I use the curl/browser combination because it saves me a lot of time and I can't automate the full process (because it's way too complex).
The problem is that the cookie is stored in another file than the cookie file used by my browser. Is there a way to let curl use the cookie file of my standard browser? Or should I copy the curl cookie file to the standard browser cookie file? As far as I know I have to use sqlite to add a cookie to the standard browser's cookie file, but I think curl does not support sqlite yet?!
Anyone having experience with this problem?