-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi !
When we could see in __roast_headers__, on each request `Content-Length is automatically append in the header request.
even if the roast file is like :
POST http://google.fr
PUT http://google.fr
DELETE http://google.fr
Note: for GET http://google.fr the Content-Length header is not added.
It's a big problem because if we want specify the header Transfer-Encoding: chunked it cause a conflict.
The HTTP specification says:
"Expert Info (Warning/Malformed): The Content-Length and Transfer-Encoding header must not be set together" (message from Wireshark).
See also https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Transfer-Encoding
Maybe it could be cool to have a way to not add automatically this HEADER field.
Thanks in advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels