hawkular / hawkular-android-client

Apache License 2.0
10 stars 26 forks source link

Fixed login #218

Closed pg301 closed 7 years ago

pg301 commented 7 years ago

Fixed login problem and some search issues.

m-murad commented 7 years ago

Guys I tried logging in using Apache HTTP library. There the login is working fine. Here is the code. screen shot 2017-06-05 at 11 12 30 am

Response code is 201 and I get the web page as the response.

pg301 commented 7 years ago

@m-murad The URL used is hawkular/metrics while in environment fetching the URL being used was inventory/environment and since inventory is non existent, we had to remove environment fetching to make login work. The problem wasn't really with logging in, it was with fetching the environment.