𝓐
Size: a a a
𝓐
ЧВ
ЧВ
ЧВ
ЧВ
DB
P
P
P
СР
A
🦜
D
D
A
const url = 'https://test.ru/login;
const xhr = new XMLHttpRequest();
xhr.open("get", url, true, login, password);
xhr.send("");
xhr.onload = function () {
if ( xhr.status === 200 ) {
window.location.href = url;
}
}
D
A
A
D
Access to XMLHttpRequest at 'http://WkhFTEFFVlNLWUlfMjo%3D@127.0.0.1:9999/result' from origin 'http://site.local' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
A