Currently, the Tryton API can not respond the OPTIONS method, which is necessary to send the Authorization header.
We were able to fix that using a Proxy server to skip these validations.
We need to investigate if we can solve this problem natively in our code or if it depends to the tryton server being used.