I have a PHP Script which successfully returns some simple Headers as well as a set-cookie header if called directly in the browser (or by postman). I can read the response-
For me is working adding {withCredentials: true} like this:
axios .post(url, { foo: foo, baz: baz, }, {withCredentials: true}) .then(.............