Issue http 405 for anything but POST on RPC

Fixes #481
This commit is contained in:
Joe Nelson
2016-02-01 22:52:57 -08:00
parent aec11e34a7
commit a0ef4eae4d
4 changed files with 13 additions and 2 deletions
+5
View File
@@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
### Fixed
- Reject non-POSTs to rpc endpoints - @begriffs
## [0.3.0.3] - 2016-01-08
### Fixed