Skip to content

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

Open
@drahnieR

Description

@drahnieR

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions