I would like to send json data using Ext.Ajax.request() then access it in ASP.NET using Request.InputStream which is the content of the request body. I need a way to tell ExtJs to write the data in the request body as it is done while using an Ext.data.proxy.Ajax.
I would like to send json data using Ext.Ajax.request() then access it in ASP.NET
Share
Specify
POSTmethod and just use the request’sjsonDataconfig:If you want a record written as JSON you can use a JSON writer like this also.