Closed amadeusmz closed 8 months ago
@amadeusmz Could you provide steps to reproduce? I checked with https://httpbin.org/anything
and saw the Content-Length
header is sent.
@AntonShuvaev I see no Content-Length
went sending requests with Jetclient, see image
@amadeusmz, thank you for the details. I will implement the addition of the Content-Length: 0
header for requests with an empty body and for methods other than GET in the next update.
Fixed in version 2024.1.5.
Is your feature request related to a problem?
Some requests requires length. When use Jetclient to call such requests, they'll return 411.
Describe the solution you'd like
Automatically send Content-Length like Postman or Jetbrains HTTP clients
Additional context
No response