-
Notifications
You must be signed in to change notification settings - Fork 8
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
All but GET method seem to need a none empty body #61
Comments
Hi Karsten, Thanks for reporting this issue. However, I'm not able to reproduce the behavior you describe.
Have you verified that Jarvis is getting the requests? You can set I hope this helps! |
Fixed in a02f514 (release v1.17.0). This was an interesting issue. Because of the discrepancy in behavior between what Karsten was seeing with Insomnia and what I was seeing using HttpCommand, I decided to investigate further and installed Insomnia. There is a subtle difference in behavior between the two:
Jarvis was not picking up on the "content-length: 0" header and as such was expecting an HTTPBody event, which never came, and so the system seemed to hang. |
Thanks a lot. Good work. That was all a needed. I dived a little bit into the http protocol and found the following: Karsten |
I created simple functions for Get, Post, Put, ... like so:
Then I issued a request from Insomnia.
For Get everything works fine.
For all other methods, I need something in my request body to make it work.
Otherwise jarvis ignores it.
Especially for Delete this makes no sense to me.
Help needed,
Thx,
Karsten
│Jarvis│1.16.3│2024-01-12│
The text was updated successfully, but these errors were encountered: