Potential leak of data: URL with Credentials


Detected 1 occurrence(s) of ‘[ht|f]tp[s]*:\/\/\w+\:.*\@\w*\.\w*’:
$.ajax({
 url: "https://offers:0ff3r5@apis.redplum.com/dox-server/offers/104614",
 type: "GET",
 dataType: "jsonp",
 success: function(data) {
  console.log('data',data);
 },
 error: function(data) {
  console.log('error',data);
 }
});