Hi,
I need help because I don't know anything about C #. I want to execute an https link but without opening the browser.
I tested That, but it doesn't work and i have many error.
and I tested that:
Any ideas?
I need help because I don't know anything about C #. I want to execute an https link but without opening the browser.
I tested That, but it doesn't work and i have many error.
and I tested that:
C#:
string url = project.Variables["url"].Value;
var httpWebRequest = (HttpWebRequest)WebRequest.Create(url);
httpWebRequest.Method = "POST";
Последнее редактирование: