I have a web page with 2 forms with ids
1) name
2) email
Also it has a button that supports the 'submit' method.
How can I POST my own value automatically through Qt?
Printable View
I have a web page with 2 forms with ids
1) name
2) email
Also it has a button that supports the 'submit' method.
How can I POST my own value automatically through Qt?
What do you mean "automatically"? If you issue a POST request then you also point to a device or byte array containing data to be sent as the body of the request.