Line ending in raw request payload not consistent with headers #3817
Open
Description
App Details:
Postman for Windows
Version 5.3.2
win32 10.0.15063 / x64
Issue Report:
- Compose a POST request with raw/Text payload
- Input some text with line breaks in the payload and send it.
- Postman interprets the line breaks as "\n" in HTTP body, while uses "\r\n" in the header lines.
I think postman should translate line breaks according to OS, or at least, keep translation the same between headers and payloads.