Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Postman : Error: Parse Error: Invalid header value char

Tags:

http

postman

everyone. I'm trying to use postman for hitting our prod api, but I get some error:

enter image description here

enter image description here

I did not have that problem two days ago, and I have no idea what is happening. Anyone can advise ?

like image 248
awesomeRu Avatar asked Jul 22 '20 15:07

awesomeRu


2 Answers

Turning on the "Send no-cache Header" option resolved this for me:

Screenshot

like image 110
vinoses Avatar answered Oct 27 '22 01:10

vinoses


It looks like a new Postman build is using a stricter header parsing, which is causing some issues for response headers that are not well formatted.

https://github.com/postmanlabs/postman-app-support/issues/8747

like image 41
Qwerky Avatar answered Oct 27 '22 01:10

Qwerky