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
Hi,
Vanguard has changed their OFX service so now you're required to call readProfile() before trying to fetch account data and then you have to use the cookies for the subsequent calls. readProfile should call a different URL than the rest of the requests.
I would suggest to add a profileUrl member to BaseFinancialInstitutionData and use that in readProfile().
Also, another change is required to keep the connection open between requests (and then close it when done).
The text was updated successfully, but these errors were encountered:
Hi,
Vanguard has changed their OFX service so now you're required to call readProfile() before trying to fetch account data and then you have to use the cookies for the subsequent calls. readProfile should call a different URL than the rest of the requests.
I would suggest to add a profileUrl member to BaseFinancialInstitutionData and use that in readProfile().
Also, another change is required to keep the connection open between requests (and then close it when done).
The text was updated successfully, but these errors were encountered: