From 381664570ed99bcfbf7d5a28e4a5563236b982f1 Mon Sep 17 00:00:00 2001 From: cpayne Date: Mon, 8 Dec 2025 16:23:26 -0500 Subject: [PATCH] Change line 1848 from POST to GET --- samy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samy.ps1 b/samy.ps1 index e894020..fad191c 100644 --- a/samy.ps1 +++ b/samy.ps1 @@ -1845,7 +1845,7 @@ function Get-SamyClientListFromServer { } $resp = Invoke-RestMethod -Uri $Uri ` - -Method Post ` + -Method Get ` -Headers $headers ` -ContentType 'application/json' ` -ErrorAction Stop