+ 2
How do you a autofill a website form using C++
I am trying to fill in a website form automatically.
4 Respostas
0
Do you want to make form action with http requests?
0
Yes
0
if you want to make http requests in c++, then I would recommend the curl library.
https://curl.haxx.se
0
Use fiddler to catch the request and look for the body syntax.
Remember to set Content-type header to application/x-www-form-urlencoded