S
S
Sashqa2019-08-07 12:17:53
Angular
Sashqa, 2019-08-07 12:17:53

Request error in IE11?

Everything works in all browsers, but in IE11 the application does not open
in the console with the following messages:

SEC7118: XMLHttpRequest для https:///mysite/underwriting/api/error требует Cross Origin Resource Sharing (CORS).
SEC7119: XMLHttpRequest для https:///mysite/underwriting/api/error требует предварительный запрос CORS.
SCRIPT7002: XMLHttpRequest: Сетевая ошибка 0x80070005, Отказано в доступе.

Why is that? And how can this be fixed?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
lubezniy, 2019-08-07
@lubezniy

On the backend, you need to implement CORS (Access-Control-Allow-Origin headers in the http response, sometimes others). Then it will work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question