bunq / sdk_java

Java SDK for bunq API
MIT License
49 stars 23 forks source link

Make sure received signatures headers are correctly cased #43

Closed OGKevin closed 6 years ago

OGKevin commented 6 years ago

Steps to reproduce:

  1. Receive a response from the API
  2. The response headers are lowercased.
  3. Try and verify the signature

What should happen:

  1. The signature is verified correctly

What happens:

  1. The signature verification will fail

Logs

Extra info:

Reference