I was able to set request headers to expose Content-Disposition by adding: "Access-Control-Expose-Headers": "Content-Disposition"
I can see the response but the response object does not include Content-Disposition.
Is there any way i can access that value?
axios version: 0.15.2 Environment: node v6.9.4, chrome 54, windows 7