In my react app i am using axios to perform the REST api requests.
But it\'s unable to send the Authorization header with the request.
Here is my co
The second parameter of axios.post is data (not config). config is the third parameter. Please see this for details: https://github.com/mzabriskie/axios#axiosposturl-data-config
axios.post
data
config