Hi,
are there in the modern toolkit some configs that will force all my ajax requests (store.load(), form.submit(), ajax.request() ...) to send with all parameters encoded as one json object (http request body)? And if there are not such configs, which classes and methods should I overwrite to make it work? The reason is that my client application communicates with server json api...
Thanks.