[kmymoney4] [Bug 377368] New: KMyMoney 4.8 failed to import discover card ofx
bugzilla_noreply at kde.org
bugzilla_noreply at kde.org
Wed Mar 8 08:38:19 UTC 2017
https://bugs.kde.org/show_bug.cgi?id=377368
Bug ID: 377368
Summary: KMyMoney 4.8 failed to import discover card ofx
Product: kmymoney4
Version: 4.8.0
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: wishlist
Priority: NOR
Component: general
Assignee: kmymoney-devel at kde.org
Reporter: wuzhuoqing at hotmail.com
Target Milestone: ---
This is not a bug, due to discover site change we cannot import from discover
card since late Feb.
According to http://www.ofxhome.com/ofxforum/viewtopic.php?id=47793, Discover
now require http header to be in exact order, and it is unlikely for Discover
to change that.
[code]
POST https://ofx.discovercard.com/ HTTP/1.1
Content-type: application/x-ofx
Host: ofx.discovercard.com
Content-Length: 498(or actual length)
Connection: Keep-Alive
[/code]
I checked
https://github.com/KDE/kmymoney/blob/4.8/kmymoney/plugins/ofximport/ofxpartner.cpp
but being unfamiliar to code case I don't know how should the code be changed
to workaround the issue. Any suggestions?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the KMyMoney-devel
mailing list