Skip to content

Instantly share code, notes, and snippets.

@onesup
Created January 13, 2014 11:27
Show Gist options
  • Save onesup/8398746 to your computer and use it in GitHub Desktop.
Save onesup/8398746 to your computer and use it in GitHub Desktop.
ie에서 외부 정보 찍어올때 에러.
$.ajax({
url:"http://i85.icast-ad.com/track?ccd=1185&mcd=01040601&pcd=1504",
type: "GET",
success: function(response) {
window.location.href = $('#event_tracking').attr("href");
},error:function(XMLHttpRequest,status,error){
window.location.href = $('#event_tracking').attr("href");
},
headers: {
'X-Transaction': 'POST Example',
'X-CSRF-Token': $('meta[name="csrf-token"]').attr('content')
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment