madeddie / python-bunq

Thin wrapper around the bunq API
MIT License
10 stars 2 forks source link

Verification #2

Closed wesselt closed 3 years ago

wesselt commented 7 years ago

After some debugging, I found that res.headers.items() contains the header names in lowercase. This causes verification to fail. See https://github.com/kennethreitz/requests/issues/1561 Hope this is useful!

madeddie commented 7 years ago

ok, cool, I assume this is with an older version of requests? I can set a minimal required version.

I won't accept the change though, since this should be in the README or something, but if requiring a minimal version of requests works, I'll do that.

thanks for letting me know!