CORS

by mbread

JavaScript

function logArgs() {
	console.log(arguments);
}

$.ajax({
	type: "POST",
  url: "https://localhost:3334/customers/services/data/v36.0/sobjects/Case",
  dataType: "json",
  success: function() {
  
  }
})