for example,i got /api/users/1234/balance. and i'm sending get request.But how can i send it to balanceController,to balanceHandler => $.sendMessage(response.body).
error is the length undefined
In the errror message, it dosen't mean response is undefine, but other issue -- i guess.