Answer the question
In order to leave comments, you need to log in
How to create a post request using Awesomium C#?
We need an example of sending a post request, for example, on a button click.
There is a url to which you need to send a request and let's say login and password fields.
How to implement it?
For an example of what I mean - in WebBrowser it is done like this
webBrowser1.Navigate(" test1.ru/login.php ", "_self", System.Text.Encoding.ASCII.GetBytes(data), "content-type:application/x-www-form-urlencoded");
Answer the question
In order to leave comments, you need to log in
https://dev.mysql.com/doc/refman/8.0/en/declare.html
DECLARE is permitted only inside a BEGIN ... END compound statement and must be at its start, before any other statements.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question