We have a REST web service with SSL enabled (HTTPS). We'd like to build a client that uses REST libraries like Retrofit to make request to the said service. The authentication we have is basic auth initially then followed by a token after.
Does android automatically encrypt the https headers ie. Authorization Code (Basic Auth)?
I'm asking because when using PostMan (client), I am able to see the Authorization in the HTTP Header. Not sure if I'm checking this correctly though.
Appreciate any feedback.