It's not about headers, but it can be implmentend using extensions: (script( $aiki->utils->json_rpc("foo"); )script)
it will create JSON RPC serivce for that widgets url for class in /assets/rpc/foo.php JSON RPC is a way to execute remote function on the server sending JSON data to it via POST and JSON is like object in JavaScript or asoc array in php. (actually JSON - stand for JavaScript Object Notation so is exactly JavaScript object written as Text send via POST to the server) -- You received this bug notification because you are a member of Aiki Framework Developers, which is subscribed to aikiframework. https://bugs.launchpad.net/bugs/735661 Title: JSON-RPC support is needed Status in Aiki Framework: Invalid Bug description: There sould be implementation for aiki functionality via JSON-RPC or implementation that allow users to create one using widgets. I found the in this file /assets/javascript/plupload/upload.php embedded json-rpc this can be done automatically. If you need json-rpc implementation here is mine https://github.com/jcubic/jquery.terminal/raw/master/examples/json- rpc.php To manage notifications about this bug go to: https://bugs.launchpad.net/aikiframework/+bug/735661/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : aikiframework-devel@lists.launchpad.net Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp