C
C#13mo ago
khamas

❔ blazor wasm host not encoding special characters in response

Hey, when I make a get request to an html file at the host server for blazor wasm, the text returned is not encoded properly when making the request through postman or blazor (browser), but when I fetch the file directly in the url bar, the text is showing properly... Idk if this problem is from the app host, but when I make an "api" request this problem occurs
2 Replies
khamas
khamas13mo ago
ok so the html file encoding was ANSI, just had to change it to UTF-8
Accord
Accord13mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.