http-prompt
http-prompt copied to clipboard
Sending `GET` on `post` with empty body
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.