manoindia2020
Posts: 0
Joined: Mon Aug 29, 2011 10:49 am

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,
});

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to specify the Request Type as json?

This exact feature is going to be added in our next release, in about 2 weeks.

Return to “Issues”