cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Filling HTTP form using C++
Filling HTTP form using C++
Feb 4, 2016 at 3:56am UTC
Pter0dactyl
(196)
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 UTC
wizebin
(148)
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.