Authorization header comes in network as can seen in picture. But it doesn't show in the axios response after I make a login request.
response = await axios
.post(apiUrl + "/login",
{
"user": {
email,
password
},
}
);
https://i.sstatic.net/5g40o.png https://i.sstatic.net/RqMFh.png
axios interceptor, response interceptor?response.headers