try another cookie format, ntg submits ntgauthtoken as cookie

This commit is contained in:
Bel LaPointe
2022-01-27 14:01:13 -07:00
parent ba2156133a
commit 2e9e0c5816
9 changed files with 220 additions and 85 deletions

View File

@@ -72,6 +72,11 @@ type Config struct {
Username string
Password string
}
FastExact struct {
Mock bool
Username string
Password string
}
}
lock sync.Mutex