Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({
  2.             url: "https://cors-anywhere.herokuapp.com/http://debrisorbit.ddns.net:3001/url",
  3.             contentType: "application/json",
  4.             dataType: 'json',
  5.             success: function (res){
  6.                 console.log(res);
  7.             }
  8.         })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement