I am using kentico rest service, is there any way that we can send async as false in rest post service.
I was checking in document but i din't find any, Any help is appreciated
The REST service just answers your requests and it should be up to you if you post the request as sync or async.
Thanks for your help Jan Hermann.
Can you give an example of sending post service data using "async=false" in kentico rest service. Thanks in advance.
There is no difference in the request itself, the difference could be only in way you're processing it. By default all AJAX requests are async.
Please, sign in to be able to submit a new answer.