bogle
Results
1
issues of
bogle
HI code is as follows: $.ajax({ type:'POST', url: url, beforeSend: function (xhrObj) { xhrObj.setRequestHeader('Content-Type', 'application/json'); }, data:{}, success:function(data){}, error:function(data){}, }); I set request header Content-Type is application/json.But the actual request...