You've already forked OpenIntegrations
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:
4
docs/en/examples/HTTPClient/SetProxy.txt
vendored
4
docs/en/examples/HTTPClient/SetProxy.txt
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user