execute Https link c#

  • Автор темы Автор темы max1891
  • Дата начала Дата начала

max1891

Новичок
Регистрация
26.04.2020
Сообщения
1
Реакции
0
Баллы
1
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:


C#:
Развернуть Свернуть Копировать
string url = project.Variables["url"].Value;
var httpWebRequest = (HttpWebRequest)WebRequest.Create(url);
httpWebRequest.Method = "POST";

Any ideas?
 
Последнее редактирование:
Hi and welcome.
You do not need to use C# if You do not know it.
Just use GET request action to send GET request to any URL or POST request action for POST.

54603
 

Кто просматривает тему: (Всего: 0, Пользователи: 0, Гости: 0)