action #1413
Updated by ancorgs almost 11 years ago
There is no need to keep using json-rpc. We are not doing anything that could not be done with just plain http+json, which is more simple, perfectly supported by Mojolicious without addons, natively understood by browsers, easier to authenticate (especially using iChain)... and so on. rpc.pl, worker, and clone_job.pl rpc.pl should be adapted. Most likely using ported to use Mojolicious::UserAgent. We need proper tests (or adapt the already existing ones), of course.