К
Size: a a a
К
AF
AF
PC
IL
PC
IL
IL
IL
IL
IL
IL
IL
IL
IL
Allow: OPTIONS, GET, HEAD, POST
PC
A
PC
<script>
function sendget() {
console.log("sendin get");
var xhr = new XMLHttpRequest();
xhr.open('GET', 'http://api.kek.loc/nowtime');
xhr.setRequestHeader("X-Kek", "value");
xhr.send();
}
</script>
<button onclick="sendget()">Send</button>
AB