Skip to content

Instantly share code, notes, and snippets.

@wbyoung
Created November 28, 2013 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wbyoung/7697316 to your computer and use it in GitHub Desktop.
Save wbyoung/7697316 to your computer and use it in GitHub Desktop.
Safari 7.0 Intermittent Failure Ajax Settings
{
"url":"/some/url/",
"type":"POST",
"isLocal":false,
"global":true,
"processData":true,
"async":true,
"contentType":"application/x-www-form-urlencoded; charset=UTF-8",
"accepts":{
"*":"*/*",
"text":"text/plain",
"html":"text/html",
"xml":"application/xml, text/xml",
"json":"application/json, text/javascript",
"script":"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"
},
"contents":{
"xml":{},
"html":{},
"json":{},
"script":{}
},
"responseFields":{
"xml":"responseXML",
"text":"responseText",
"json":"responseJSON"
},
"converters":{
"text html":true
},
"flatOptions":{
"url":true,
"context":true
},
"jsonp":"callback",
"data":"name=Whitney+Young&email=user%40somewhere.com",
"dataType":"json",
"crossDomain":false,
"dataTypes":["json"],
"hasContent":true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment