foglcz / JSONRpc2

Generic JSON-RPC v2 implementation
Other
19 stars 10 forks source link

Allow RPC calls to be made via GET as well as POST #10

Closed scottchiefbaker closed 8 years ago

scottchiefbaker commented 9 years ago

This will allow you to accept GET requests as well as POST. It's disabled by default, but can be enabled at runtime.

This also fixes a small error that wasn't trickling all the way up the chain to report back to the user.