When I power off my Yun and power it back on I cant call the Rest server on the board, it returns status code of 500
If I start the Arduino IDE re-upload my sketch it asks for my board password and then the Rest calls work fine
This is an example call I am making
http://arduino.local/arduino/mode/1/255
I have the password for the rest api turned off on the board
Is there a way to turn off this password so that I can call to the rest server on the yun without first having to re-upload?