Skip to content

Line ending in raw request payload not consistent with headers #3817

Open
@drahnieR

Description

App Details:

Postman for Windows
Version 5.3.2
win32 10.0.15063 / x64

Issue Report:

  1. Compose a POST request with raw/Text payload
  2. Input some text with line breaks in the payload and send it.
  3. 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.

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions