rickyc81

Untitled

Aug 26th, 2020
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var xmlhttp = new XMLHttpRequest();
  2. xmlhttp.open('GET','https://i.picsum.photos/id/58/960/540.jpg?hmac=-rukiOyBot3LyNtoEqrfoiZQMZE7V9M3vB6gGuUqBXc', true);
  3. xmlhttp.setRequestHeader('Content-type','application/x-www-form-urlencoded');
  4. xmlhttp.responseType = 'blob';
  5. xmlhttp.send();
Add Comment
Please, Sign In to add comment