You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 9, 2023. It is now read-only.
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.