Profile character name issue with encoding

I’m trying to get equipment details of characters with special symbols like ‘Ðandee’ from Ragnaros realm (i passed to lower and encoded to ‘%C3%90andee’ the name) but I only get 404 error.
Where am I wrong?

I’m having no problem with passing to lowercase only for the same character. Maybe the problem is with the encoding?

Your encoded string result was '‘%C3%90andee"? Using this string in documentation I have 404, because in my encoding process that was my final string used to make the request

Just a reminder, if a character did not sign in and out of wow since the last API update you may get 404s and 403s. Make sure that is not the case.

1 Like