This repository was archived by the owner on Jul 9, 2023. It is now read-only.
This repository was archived by the owner on Jul 9, 2023. It is now read-only.
Response header encoding problem. #855
Open
Description
Hello.
I am using titanium-proxy as local proxy, and internet explorer as browser.
Server and clients are all japanese os with SJIS encoding.
My problem is that using proxy, downloaded filenames are wrongly encoded.
Original filename is [エンコーディング.docx] but downloaded filename is like this [???b?Z?[?W??.docx]
Response header is like this.
Content-Disposition = attachment;filename="???b?Z?[?W??.docx"
If i don't use proxy, file is downloaded exactly with the original name.
I also know this is server's encoding problem, but i can not change server and without proxy it works well.
How can i solve this problem.
Thank you.