Search found 1 match

Go to advanced search

by manoindia2020
Mon Aug 29, 2011 10:49 am
Forum: Issues
Topic: How to specify the Request Type as json?
Replies: 1
Views: 910
 
Jump to post

How to specify the Request Type as json?

The Request Parameters that I add in Rest Services added as http://example.com?param1=value1&para... . 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, });

Go to advanced search