I'm using dropbox sdk java 4.0.1. I've configured my webhook url (in the app console) for receiving notification on my server. It works but I receive these headers in the notification:
host my.machine
user-agent DropboxWebhooks/1.0
accept */*
accept-encoding gzip,deflate
X- ropbox-Signature d4exxx65
content-type application/json
content-length 108
(I replaced sensitive data)
As you can see, the header name is wrong. Is it expected? Am I doing something wrong?