Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

New-ZabbixHostGroup - failed when name include danish characters (UTF8) #10

Open
christensenjohn opened this issue Jan 18, 2021 · 0 comments

Comments

@christensenjohn
Copy link

$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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant