Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending GET on post with empty body #173

Open
dector opened this issue Sep 26, 2020 · 0 comments
Open

Sending GET on post with empty body #173

dector opened this issue Sep 26, 2020 · 0 comments
Assignees
Labels

Comments

@dector
Copy link

dector commented Sep 26, 2020

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.
@jkbrzt jkbrzt added the bug label Sep 28, 2020
@BoboTiG BoboTiG self-assigned this Sep 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants