accessing response header via Axios

Viewed 7835

I'm using Axios to make a secure POST call to an API. This returns an URL within the response headers under 'Location'.

I can see the URL being populated within Chrome's dev tools:

enter image description here

but the response inside JS from Axios (below) doesn't contain this information:

enter image description here

Any advice greatly received!

1 Answers
Related