Hello, I'm trying to submit a form using CURL/PHP. Right now, my program gets a page with a form (google captcha) and tries to submit it. The form has a captcha on it that I enter. The problem is my captcha response does not validate. I think it has something to do with the cookies stored. This is because when I log the information using Fiddler, I find that their are more cookies sent when I use this form normally online compared to running my program. Any ideas?