Hello, I would like to know if there's a way to prevent a DataManager object from sending a request containing a "$batch" variable after the event dragStop() is triggered on the Schedule.
I've set up my DataManager object with the following properties:
url: custom_url
adaptor: ODataV4Adaptor
crossDomain: true
Whenever a user triggers the dragStop() event, two requests to the custom_url are sent
One request is the one I've set it up on the dragStop() event
And the second one is a request containing a variable "$batch" and header data containing the event I just dragged
I want to know if there's a way to prevent the second request from happening since it's being blocked by CloudFlare software and I don't really need it.