Only assume GET if no data, otherwise POST (#43133)

* Only assume GET if no data, otherwise POST. Fixes #42876 #43091 #42750
This commit is contained in:
Matt Martz
2018-07-23 09:30:10 -05:00
committed by Toshio Kuratomi
parent 0b77262288
commit 8d933928d2
2 changed files with 3 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- urls - Only assume GET method if data is empty, otherwise POST