From 18fc8b402fe18047b2e0179d5eac3e5569855429 Mon Sep 17 00:00:00 2001 From: Petr Jancik Date: Tue, 4 Apr 2023 14:24:48 +0200 Subject: [PATCH] update Samples folder with changed port --- Samples/CSharp/SwisClient.cs | 2 +- .../java/com/solarwinds/orionsdk/swis_client/SwisClient.java | 2 +- Samples/Perl/query.pl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Samples/CSharp/SwisClient.cs b/Samples/CSharp/SwisClient.cs index 613cfc12a..5466accc6 100644 --- a/Samples/CSharp/SwisClient.cs +++ b/Samples/CSharp/SwisClient.cs @@ -94,7 +94,7 @@ private async Task SwisCallAsync(FuncgetUseragent()->ssl_opts(SSL_verify_mode => 'SSL_VERIFY_NONE'); # add authentication header -$client->setHost('https://' . $hostname . ':17778'); +$client->setHost('https://' . $hostname . ':17774'); $client->addHeader('Authorization', 'Basic ' . encode_base64("$username:$password", '')); # build query string