Hi guys,
I’m sending a GET request and receive in the Header
Content-Disposition: inline; filename="ÐÐ¾Ñ Ð¾Ð´ в 4 кваÑÑале.doc"
When reviewing Wireshark I can see that the response has correct value
Advanced REST Client can handle this and shows the correct value.
Content-Disposition: inline; filename="Доход в 4 квартале.doc"
Is it possible to see the response header in UTF-8 in Postman?
Thanks