In my jsp page I am using this ajax call for one button :
$.ajax({
type: 'post',
url: 'some url',
//url: $("#ssDHURL").val() + '/metaDataTests',
data: {
'type': metaTypeString,
stringParam: metaIpStr,
},
traditional: true,
dataType: 'html',
success: function (response)
{
}
Above ajax call is working for all browser but only not working for mac safari is their any help how to solve this problem?
In Mac-Pc Safari browser it showing error like:
xmlHttprequest cannot load:some url: not allowed to request resource