Http Get 404 Not Found error

Hi

I’m trying to get json /tool fetch url=“http://192.168.214.143/cm&cmnd=status%2010” dst-path=test.txt but getting 404 not found. When i just try to fetch “http://192.168.214.143/” i got it.

But i’m missing something on escape character may be on % or & .

Anybody can help ?

Thanks

Like this?
http://192.168.214.143/cm?cmnd=status+10

on terminal must be used the
http://192.168.214.143/cm?cmnd=status+10