Description
GET requests should not have a body, but an empty body may be set causing issues with some servers.
Steps to Reproduce
- Send GET request
- Some strict servers reject the request
Expected Behavior
GET, HEAD, OPTIONS requests should never have a body entity set.
Labels
bug, good first issue