Why did the post request in the ajax I sent become an OPTIONS request? how can I solve the problem with an error of 403?
$.ajax({
async: true,
type:"post",
url: "xxxxxxx",
contentType: "application/json;charset=UTF-8",
dataType:"json",
success:function(data){
console.log(data);
}
})
Network
wait online!