From 6ffad59d52cfc3b5a322ab4aec9fdd5d3b7e7313 Mon Sep 17 00:00:00 2001 From: cpayne Date: Mon, 8 Dec 2025 16:12:40 -0500 Subject: [PATCH] Update line 1849 from Post to Get --- samy.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samy.ps1 b/samy.ps1 index 7495096..167a889 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