http-prompt icon indicating copy to clipboard operation
http-prompt copied to clipboard

Sending `GET` on `post` with empty body

Open dector opened this issue 5 years ago • 0 comments

Steps to reproduce:

  • Run server with responses logging on localhost.
  • http-prompt localhost
  • > post

Expected result:

  • Server logged POST request.

Actual result:

  • Server logger GET request.

Workaround:

  • Enabling --debug before sending requests makes app to send proper POST request.

dector avatar Sep 26 '20 10:09 dector