Why request the same link postman garbled chrome not garbled?

download a file to get the file name through Content-Disposition. First use postman and Chrome to try to find one garbled code and another non-garbled code

Content-Type does not return the specific encoding, how is the chrome judged or just decoded and parsed by default

this is postman
clipboard.png

Chrome

clipboard.png

Mar.18,2021

Chrome will first try to decode it with UTF8, and change the local locale (GBK) encoding if it is not correct. Postman, a tool for cool programmers, doesn't seem to bother locale, so it's just garbled.

in short, experience tells us that consumer-oriented software is always more robust than programmer-oriented software.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3b806-2c2b1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3b806-2c2b1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?