You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
When response data contains unicode characters response.json() and response.text() does not convert unicode character correctly. We should check if the response data is a valid UTF8 string before encode it to BASE64 string. When it's valid, use URL encoding before BASE64.