Skip to content

Instantly share code, notes, and snippets.

@kuflash
Created June 9, 2015 11:05
Show Gist options
  • Save kuflash/b9ba227137bf27221737 to your computer and use it in GitHub Desktop.
Save kuflash/b9ba227137bf27221737 to your computer and use it in GitHub Desktop.
var options = {
url: 'http://life-lk.csssr.ru/authOlk.php?q=/olk/menu/mail/msg/file/download/' + id + '/' + name,
type: 'get',
dataType: 'json',
contentType: 'application/x-www-form-urlencoded',
crossDomain: true,
xhrFields: {
withCredentials: true
}
};
$.ajax(options).error(function (data) {});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment