nganapathiraju
9 years agoFormer Employee
Password with "&" in Rest Account
I recently had an issue where the password contained “&” in it and the end point which is a Auth Token server failed to validate it.
I was not sure if the Auth Server failed to receive it in proper format or if our snap was transmitting it improperly.
The workaround was to change the password replacing the “&” with another character such as “_”.
Please note this for any REST related problems.