The input is not a valid Base-64 string Error, My JSON uses double quotation marks instead of single quotations
问题 I am trying to send a JSON post, but my JSON seems to differ a little bit from what the site usually sends Here is what i am sending: {"CodeNumberTextBox":"","txusername":"yC6IBEbznlRlKOKv8zrhiA","txpass":"pAQAyrr5u9/hK35iTIlt7Q=="} Here is what the website sends when you click login: { CodeNumberTextBox:'', txusername:'yC6IBEbznlRlKOKv8zrhiA', txpass:'pAQAyrr5u9/hK35iTIlt7Q==' } Here is the error i get when i send my JSON: 'The input is not a valid Base-64 string as it contains a non-base 64