Here is my js code
function makeAsynchronousPostHttpCall(url, params, callback) { var xmlHttp = new XMLHttpRequest(); xmlHttp.open("POST", u