From a ReactJS - Redux front app, I try to get the Location Header value of an REST API response.
When I Curl this :
curl -i -X POST -H \"Authorizat
Besides to expose the Location Header in the server.
I just could access the location in the react application with:
response.headers.location;