With 401 it is most likely an error with the token or the format of the URL.
So e.g. using
curl -L -vvv http://192.168.1.211:8080/list?token=a12bcd - as you posted above - also throws a 401 error for me as the parameter is not correctly interpreted (with Ubuntu console).