Answer the question
In order to leave comments, you need to log in
How to handle post request with Node.js?
I send a request to the Node server using the code
$.ajax({
url:"/masbook"
, type:"POST"
, data:"bibliash22=" + JSON.stringify(studentsbooks)
, success: function(res) {
alert(res);
}
});
.And you need to write code to process the POST request. Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question