1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-06-02 15:34:34 +03:00
parent 6af7eed979
commit e57e8ff918
82 changed files with 8522 additions and 8215 deletions

View File

@@ -2,9 +2,7 @@
URL = URL + "/get";
ProxySettings = New InternetProxy;
ProxySettings.User = "user";
ProxySettings.Password = "password";
ProxySettings.Set("https", "proxy.com", 443, "user", "password", False);
Result = OPI_HTTPRequests.NewRequest()
.Initialize()