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:
but the response inside JS from Axios (below) doesn't contain this information:
Any advice greatly received!