|
Description:
|
The testLogin and testLogout tests of the HttpBasicIntegrationTest inside the aerogear-android-integrations-tests are failing.
I can see that the Authorization header is correctly passed in the request headers:
Authorization: Basic ZmFrZVVzZXI6ZmFrZVBhc3M=
However,
afterwards
after the login when trying to access a resource
I receive 401 status code which indicates an authentication error.
|