How to pass authorization header via Axios with OAuth token not Bearer token
I am trying to pass an access token header to a REST API server and is not working with Node.js Axios.
How to pass authorization header with OAuth token not Bearer token with Axios
I am trying to pass an access token header to a REST API server and is not working with Node.js Axios.