mirror of https://github.com/hashicorp/consul
Merge pull request #11821 from hashicorp/error-if-get-request-has-body
http: error if GET request has non-empty bodypull/12572/head
commit
6c84083307
@ -0,0 +1,3 @@
|
||||
```release-note:improvement
|
||||
http: if a GET request has a non-empty body, log a warning that suggests a possible problem (parameters were meant for the query string, but accidentally placed in the body)
|
||||
```
|
Loading…
Reference in new issue