From 0fa0e35c7334d7cce1e3a7f52ce1dd481e0b3aa5 Mon Sep 17 00:00:00 2001 From: Steven Penny Date: Tue, 21 Feb 2023 20:04:29 -0600 Subject: [PATCH] + // wikipedia.org/wiki/URL_encoding#Types_of_URI_characters --- auth.go | 1 + 1 file changed, 1 insertion(+) diff --git a/auth.go b/auth.go index 248a1fd..ceaf9ae 100644 --- a/auth.go +++ b/auth.go @@ -19,6 +19,7 @@ func New_Auth(email, password string) (*Response, error) { "Email": {email}, "Passwd": {password}, "client_sig": {""}, + // wikipedia.org/wiki/URL_encoding#Types_of_URI_characters "droidguard_results": {"-"}, }.Encode() req, err := http.NewRequest(