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
I'm encountering an issue when downloading pdf's in my application. When I open them in my browser, they sometimes open blank. After some searching I found out why: the character encoding is sometimes changed to UTF-8, and this corrupts the downloaded pdf.
It only happens when I download the pdf's through grunt-connect-proxy, not otherwise.
Some searching on the Internet reveals that I'm not the only one experiencing this problem with grunt-connect-proxy, see for instance the issue: drewzboto/grunt-connect-proxy#73 (comment)
It also doesn't seem to be specific for PDF's, it can affect .gz files as well.
The culprit seems to be grunt-contrib-connect, which is used by grunt-connect-proxy.
Is this a bug, or is this dynamic character encoding a feature which I can turn off?
Any help is greatly appreciated!
The text was updated successfully, but these errors were encountered:
I'm encountering an issue when downloading pdf's in my application. When I open them in my browser, they sometimes open blank. After some searching I found out why: the character encoding is sometimes changed to UTF-8, and this corrupts the downloaded pdf.
It only happens when I download the pdf's through grunt-connect-proxy, not otherwise.
Some searching on the Internet reveals that I'm not the only one experiencing this problem with grunt-connect-proxy, see for instance the issue: drewzboto/grunt-connect-proxy#73 (comment)
It also doesn't seem to be specific for PDF's, it can affect .gz files as well.
The culprit seems to be grunt-contrib-connect, which is used by grunt-connect-proxy.
Is this a bug, or is this dynamic character encoding a feature which I can turn off?
Any help is greatly appreciated!
The text was updated successfully, but these errors were encountered: