Description
In the MakeRequest handler the already encoded JSON response is in some cases utf8-decoded afterward which may result in a corrupt json string if e.g. the json string contained sth link " which would be changed to " by utf8_decode.
In the MakeRequest handler the already encoded JSON response is in some cases utf8-decoded afterward which may result in a corrupt json string if e.g. the json string contained sth link " which would be changed to " by utf8_decode.