Can something be served as a different mime type to its extension, interesting. I thought the mimetype was based on the extension.
I can change mimetypes in the sprx, i can edit/replace them. just not sure how to. Any tips?
View attachment 16313View attachment 16314
Yes, the mime types are based on extension, but they can be changed in server side. This is a tutorial for Apache:
https://www.developershome.com/wap/wapServerSetup/tutorial.asp?page=settingUpMIME
It looks like these mime types are the accepted ones. Not sure if changing them would make a difference. You could try replacing some of the mime types with the mime type used by your server for the CFW file extensions (e.g. application/octet-stream or binary/octet-stream) or configure the server to use a custom MIME type that matches with the size of the existing mime type in the sprx.
The problem that I see is that it would limit the download to specific servers that use the custom mime types.