jquery-xmlrpc
jquery-xmlrpc copied to clipboard
A jQuery library for talking to XML-RPC services from JavaScript
Please add `package.json` for npm support as well
jquery-3.2.1.js:3860 jQuery.Deferred exception: True is not defined ReferenceError: True is not defined at Object. (file:///C:/Users/user/Downloads/odoo-js/funciones.js:38:84) at mightThrow (file:///C:/Users/user/Downloads/odoo-js/jquery-3.2.1.js:3583:29) at process (file:///C:/Users/user/Downloads/odoo-js/jquery-3.2.1.js:3651:12) undefined
Hello, If I try to use this library, I always obtain CORS error 'Access-Control-Allow-Origin' How can I enable CORS in jquery-xml library? Any example? Thanks
The [XML-RPC spec](http://xmlrpc.scripting.com/spec.html) states that dateTimes must be encoded in ISO8601 format. Producing ISO dates in JavaScript is easy enough, with `Date.prototype.toISOString()` into a native JavaScript date. Parsing ISO dates...