You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.
$a = Invoke-RestMethod "$URL/api_jsonrpc.php" -ContentType "application/json" -Body $BodyJSON -Method Post
if I add charset=utf8 it works.
$a = Invoke-RestMethod "$URL/api_jsonrpc.php" -ContentType "application/json; charset=utf-8" -Body $BodyJSON -Method Post
The text was updated successfully, but these errors were encountered: