Есть проблема:
Access to XMLHttpRequest at ... from origin 'localhost:8080' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The value of the 'Access-Control-Allow-Origin' header in the response must not be the wildcard '*' when the request's credentials mode is 'include'. The credentials mode of requests initiated by the XMLHttpRequest is controlled by the withCredentials attribute.
По решению
тут ничего не помогло. Добавил в httpd.conf в - не помогло. (Апач конечно же перезапускал). По идее проблемы с CORS должны решаться на уровне веб-сервера (как я понимаю). Кто знает как порешать данную проблему?