Fix Discover Card 403 by manually ordering HTTP headers#37
Merged
Conversation
Contributor
|
I can confirm that this fix works for me, though I'm still hitting #15 unless I add a |
|
Umm this didn't work for me. Still getting 403s. |
Contributor
Author
|
@albaguirre The fix is still working for me. I'm using ofxclient as a Python library, not a cli tool. For reference, here's a minimal version of my script that downloads Discover transactions successfully, given the changes in this PR. If this works for you and the cli doesn't, then it would be a separate issue. |
|
@fanqiuwen Huh that snippet does indeed work. But CLI doesn't ... interesting. |
Contributor
|
Cool, thank you so much for merging! Any chance we could get a release uploaded to PyPI? |
Owner
|
Sure I'll get one out this afternoon.
David Bartle
Mobile: 805-345-6786
… On Apr 22, 2017, at 4:53 AM, Jason Antman ***@***.***> wrote:
Cool, thank you so much for merging! Any chance we could get a release uploaded to PyPI?
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub, or mute the thread.
|
jantman
added a commit
to jantman/biweeklybudget
that referenced
this pull request
May 2, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Since mid February Discover Card has been giving 403 Permission Denied for OFX requests that previously worked. It was discovered on OFX Home Forum that Discover now requires a particular set of HTTP headers ordered in a particular way. This PR implements the fix.