AJAX JSONP call automatically adding callback parameter. How to remove that?
问题 I have few Services- with clean-URLs and while calling each service, the URL pattern is being checked. Now am calling those URLs via AJAX from another server using JSONP technique. But, while calling, its adding callback and _(timestamp) parameters with service-URLs, automatically. The timestamp parameter is removed- by adding cache : true . But cant remove the callback parameter. here is my AJAX calling code- $.ajax({ type: 'GET', url : "http://test.com/test/services/getFollowMeHistory/1/1