at 'http://10.10.10.91:9999/monitor/?EIO=3&transport=polling&t=N1duHos' from origin 'http://domain.com' has been blocked by CORS policy: 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.
.get(‘/monitor’, mainController.monitor)
- здесь сокет ио обрабатывает ивенты
Что за редактор и тема?
Если используешь withCredentials, то нужно явно на сервере указать адресса, а не "*"
Обсуждают сегодня