-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect Content-Type results in firmware files opening in the browser #53
Comments
Hmm.. strange - for what device you produced your image? You applied a custom config? On my place here I tried with raspi3 device and set rootpw and ip and I get as Also tried in a private window with all firefox and chrome extensions disabled - still content-type "text". |
For "8devices Lima" you are right.. there the Type is correct octet-stream: But for "Raspberry Pi 3B" it is not:
|
Moved to appropriate ticket openwrt/asu#1059. |
Thank you for figuring this out. Let me close this ticket and hope this will get fixed on the ASU side. |
Download-Links to a notable amount of built Images via the Browser-Interface of the public Firmware-Selector-Server on the public ASU are being advertised as
content-type: text/stream; charset=utf-8
instead of fromcontent-type: application/octet-stream
the Webserver running on ASU.This leads to the Issue where, when clicking on the Download-Button, instead of Firefox opening the Download-File-Dialog, it interprets the File as a Webpage and tries to render it. Workaround is clicking "Save Target as".
I am not sure if I should put this here or at ASU - therefore I created a Ticket there too.
While Chrome Browser seems to take care of this misconfiguration, Firefox doesn't.
The text was updated successfully, but these errors were encountered: