In case of CORS requests, browsers can only access the following response headers by default: Cache-Control; Content-Language; Content-Type ... ... <看更多>
Search
Search
In case of CORS requests, browsers can only access the following response headers by default: Cache-Control; Content-Language; Content-Type ... ... <看更多>
I'm trying to check if X-Medusa-Server is set but I'm only getting a single header back. axios.post('/auth/login')).then(function (response) ... ... <看更多>
axios.get('/user/12345') .then(function(response) ... statusText); console.log(response.headers); console.log(response.config); }); ... ... <看更多>
Axios fails to read response headers #100. First of all, I'd like to thank you for developing xhook, this is an awesome tool. ... <看更多>
This problem is caused by Cors in the api, but i get all the headers needed for get the header correctly in the response header: ... <看更多>