Sending `GET` on `post` with empty body
Author: dectorCreated Sep 26, 2020Updated Sep 3, 2021
Labelsbug
Steps to reproduce:
- Run server with responses logging on localhost.
http-prompt localhost> post
Expected result:
- Server logged
POSTrequest.
Actual result:
- Server logger
GETrequest.
Workaround:
- Enabling
--debugbefore sending requests makes app to send properPOSTrequest.
Source: httpie/http-prompt