当密码有美元符号时我得到Error=Unkown
。我已经将“$”编码为“%24”
说我有一个账号:
username: test@gmail.com
password: testpwd$
curl --location https://www.google.com/accounts/ClientLogin --data 'Email=test@gmail.com&Passwd=testpwd%24&service=youtube&source=test' --header 'Content-Type:application/x-www-form-urlencoded'
你能告诉我如何让它发挥作用。