阅读背景:

请求数据到ajax调用正在转换为js对象

来源:互联网 

Here is My ajax call

这是我的ajax电话

$.ajax({
    url:'https://localhost:8081/organizations/',
    data: JSON.stringify({"name":"karthik"}),
    type: 'POST',
    dataType :'json',
    processData : true,

    success: (function(response){ alert("response "+response);}),
    error: (function(err){ console.log(err); }) 
});
$.ajax({
  



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: