Unable to verify email or password. Please try again.
{"error":"unauthorized","error_description":"Bad credentials"}
SUCCESS: TAS 2.8 without encoded header and secret containing no special characters
curl -k -vvv https://login.system.domain?client_id=1234&client_secret=SpecialSecret
SUCCESS: TAS 2.8 with encoded header and secret containing encoded special characters
curl -H "X-CF-ENCODED-CREDENTIALS: true" -k -vvv https://login.system.domain?client_id=1234&client_secret=Speci%26l%24ecret%25
FAIL: TAS 2.8 with encoded header and secret containing unencoded special characters
curl -H "X-CF-ENCODED-CREDENTIALS: true" -k -vvv https://login.system.domain?client_id=1234&client_secret=Speci&l$ecret%