Open stphdenis opened 14 years ago
How common is this style of GET RPC? I don't see its support in the spec.
Only 1.1 supports HTTP GET and its intended use is for idempotent, safe methods which work well with HTTP GET.
Please write this as a pull request and I can merge it.
When using DojoToolkit we can have things like : http://.../jsonrpc/app.trimTails?{"id":"0", "method":"app.trimTails", "params":{"nom":"iuhoi"}, "jsonrpc":"2.0"}
Like it does not work with django-json-rpc I have modified the validate_get method of site.py in my sources as :
If it can help...