var url = "http://api.sunteltelecom.nl/api/v1/product/list"; var xhr = new XMLHttpRequest(); xhr.open("GET", url); xhr.setRequestHeader("Authorization", "Bearer RQuYgC5NVEzkxS3ZuGmmjwtm5RGVn9a4Aw"); xhr.onreadystatechange = function () { if (xhr.readyState === 4) { console.log(xhr.status); console.log(xhr.responseText); }else { console.log('Not found....') }}; xhr.send();
top of page

Deze Black Friday Bij elk bestelling van een hoesje een gratis Beschermglas erbij voor alle modellen

IPhone 15 Series Hoesje + Beschermglas

€ 19,99 Normale prijs
€ 10,00Verkoopprijs
Aantal
    bottom of page