POST header information is invalid using REST (DataProcessror)

dhtmlxdataprocessor.js
version: 5.1.0
line: 353

Error:
var method = “post”;
Correct:
var method = “POST”;

Thank you for your note. The mistake will be corrected.