The Request Parameters that I add in Rest Services added as http://example.com?param1=value1¶... . But I need to send the request in the format of $.ajax({type: "POST", url:url, cache: false, data: {param1:value1,param2:value2}, complete: completed, });