mirror of
https://github.com/aclindsa/ofxgo.git
synced 2025-09-14 11:53:27 -04:00
Add Hack for Discover
Discover requires an exact set of headers in exact order, or it returns HTTP 403.
This commit is contained in:
@@ -63,6 +63,7 @@ func GetClient(URL string, bc *BasicClient) Client {
|
||||
URL string
|
||||
Func clientCreationFunc
|
||||
}{
|
||||
{"https://ofx.discovercard.com", NewDiscoverCardClient},
|
||||
{"https://vesnc.vanguard.com/us/OfxDirectConnectServlet", NewVanguardClient},
|
||||
}
|
||||
for _, client := range clients {
|
||||
|
Reference in New Issue
Block a user