Filling HTTP form using C++

Feb 4, 2016 at 3:56am
How do I go about making a program that fills an HTTP form and automatically submits it? I tried google but every result I see has used JavaScript. Isn't it possible with C++?
Feb 4, 2016 at 4:44am
Very possible, I use cURL to submit forms myself. You just need to set the post variables and send the data to the server in question.
Topic archived. No new replies allowed.