Asynch as False in Rest post Service

Sultan Ahmed asked on June 24, 2016 08:22

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

Recent Answers


Jan Hermann answered on June 24, 2016 14:03

The REST service just answers your requests and it should be up to you if you post the request as sync or async.

0 votesVote for this answer Mark as a Correct answer

Sultan Ahmed answered on June 24, 2016 14:50

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.
0 votesVote for this answer Mark as a Correct answer

Roman Hutnyk answered on June 24, 2016 18:10

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.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.