Hi All,Suppose I want to make a post call via AJAX, from my component which takes in certain details from the user and passes it to a backend servlet hosted on some external server.A sample snippet something like $.ajax({ url: url, type:"POST", success : ..............