ansible/changelogs/fragments/fix-open-url.yml
Matt Martz 8d933928d2 Only assume GET if no data, otherwise POST (#43133)
* Only assume GET if no data, otherwise POST. Fixes #42876 #43091 #42750
2018-07-23 07:30:10 -07:00

2 lines
75 B
YAML

bugfixes:
- urls - Only assume GET method if data is empty, otherwise POST