I'm using angular and http interceptor for set the default header Authorization.
But the problem is every time I inspect element there are always request header.
Authorization:dXNlcm5hbWU6cGFzc3dvcmQ=
I don't think it safe for the app to shown the Authorization.
Is there any way to hide the request header?