Hello, how can I send request with Transfer-Encoding header - chunked. I can set this header but how to set “chunked” body ? For Example I need to send body like this :
Content-Length: 4
2
go
2
to
0
Hello, how can I send request with Transfer-Encoding header - chunked. I can set this header but how to set “chunked” body ? For Example I need to send body like this :
Content-Length: 4
2
go
2
to
0
Hi @alter.22.04.
Sending chunked requests isn’t currently supported in Postman, but we do have an open feature request to enable it:
If this is important for your usage, please leave us a comment on the linked issue above.
I too would love the feature!