What would be the difference / utility to use:
beforeSend: function(jqXHR) {
jqXHR.overrideMimeType('text/plain; charset=iso-8859-1')
}
and contentType: 'text/plain; charset=iso-8859-1'
,
and the contentType just does not work.
According to the jQuery documentation, it should work.