postman-app-support icon indicating copy to clipboard operation
postman-app-support copied to clipboard

Accept Encoding value is not as per RFC standard

Open raghumirajkar opened this issue 1 year ago • 1 comments
trafficstars

Is there an existing issue for this?

  • [x] I have searched the tracker for existing similar issues and I know that duplicates will be closed

Describe the Issue

The Accept-Encoding header value in POSTman API is not as per RFC standard as mentioned here. The value should be only gzip, not application/gzip The request is also sent with Accept-Encoding: application/gzip The server sends the data uncompressed if this header is sent as application/gzip Not sure if this is expected/intentional

Steps To Reproduce

  1. Create a new request
  2. Under Headers tab, select Accept-Encoding as key
  3. type gzip in value text box

Screenshots or Videos

image

image

Operating System

Windows

Postman Version

10.23.5

Postman Platform

Postman App

User Account Type

Signed In User

Additional Context?

No response

raghumirajkar avatar Feb 23 '24 11:02 raghumirajkar

Clarifying what @raghumirajkar reported:

The default set is gzip, deflate, br image

The problem only occurs if this header is overridden and the first value is blindly chosen: image

CommanderStorm avatar Apr 20 '24 18:04 CommanderStorm