Insomnia: [Bug] POST body not sended.

Created on 10 May 2017  路  12Comments  路  Source: Kong/insomnia

Overview

  • Insomnia Version: 5.0.20.162
  • Operating System: macOS
  • Summary: -

POST body not sended.

How To Reproduce

All the information needed to reproduce the issue.

  • Send any POST request.
  • See tcpDUMP - body data not found!

Other Notes

Regression Fails.

needs investigation

Most helpful comment

I've seen this bug too, it happens when i duplicate a certain request and change the URL. Everything is the same and I can verify from the timeline that no body is sent in the request.

Should a create a new issue since I found this bug in a different version?

All 12 comments

Works fine. Did you choose POST as the type and include a body?

What he said ^^^. I can't reproduce this at all. Everything about the responses seems to indicate POST success. Can you take pictures or video of you doing this perhaps?

@kryapolov, if you can provide more details, we can take a closer look. If you look a the Timeline tab for the response, you should be able to see whether or not a body was sent.

Closing this one for now until we have steps to reliably reproduce.

I've seen this bug too, it happens when i duplicate a certain request and change the URL. Everything is the same and I can verify from the timeline that no body is sent in the request.

Should a create a new issue since I found this bug in a different version?

This also happened for me and it did confused me for a while. This is a basic functionality that should always work. For me it also happened on macOS while doing PUT requests with json body and Authorization header

@flippy84 yea i had the same issue as you

Unfortunately it's not very actionable unless someone can specify steps to reproduce.

One thing to make sure is that there are not redirects happening in the chain. A redirect will cause the request to switch to a GET for the subsequent call.

I've got the same issue.
Version 7.0.6, OS Linux x64

sample.log

Here is what I've tried to do:

  • uninstalled Insomnia and purged files
  • removed ~/.config/Insomnia
  • rebooted the OS to clean up temporary files
  • installed the latest Insomnia from packages (v7.0.6)
  • created a simple POST request with attached 62MB file

Still, I get the same error, the body is not sent.
GET requests work.

Is there a way to collect more debug info for you?

Screenshot_2020-02-12_09-17-41

Hi @vitalca 馃憢 ,

I've tried to reproduce the issue but until now I haven't managed to reproduce it 馃槥 .

created a simple POST request with attached 62MB file

Maybe it is related to the size of the payload, I'm trying to generate a 60+MB JSON file to try 馃

Besides, I'm not sure to understand how did you create the POST request with the 62MB file? Could you be more specific?

This also happened with a very small json body, but not sure how to reproduce it either 鈽癸笍

Was this page helpful?
0 / 5 - 0 ratings