csingley / ofxtools

Python OFX Library
Other
301 stars 68 forks source link

Trying to get "First Tech Federal Credit Union" OFX download to work #151

Closed rkhwaja closed 2 years ago

rkhwaja commented 2 years ago

ofxget returns "Server error occurred. Received HttpStatusCode of 400" as the response.

The moneydance config at http://moneydance.com/synch/moneydance/fi2004.dict refers to the "discover_http_header_hack" and a list of http headers, which I presume means that the server requires the headers to be sent in a particular order.

Would you accept a patch which allows this as an option?

csingley commented 2 years ago

I’m open to it, sure

rkhwaja commented 2 years ago

nvm - the header ordering fix doesn't work ;)