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

Apple iPhones

Apple iPhones > iPhone 13 Pro Max > iPhone 13 Pro > iPhone 12 Pro Max > iPhone 12 > iPhone 11 Pro Max > iPhone 11 > iPhone Xr > iPhone 7 > iPhone 6(S)

    bottom of page