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
In older chromium versions (tested in the 55) that are installed in some devices, forcing the mime-type to text/xml generates an invalid content type response header:
If I force the mime-type to image/svg+xml, works as expected, also in the last chrome version:
The text was updated successfully, but these errors were encountered:
Ivan-accedo
changed the title
httpRequest.overrideMimeType('text/xml') error in old chrome versions
httpRequest.overrideMimeType('text/xml') error in old chromium versions
Jun 7, 2024
Hi!
In older chromium versions (tested in the 55) that are installed in some devices, forcing the mime-type to text/xml generates an invalid content type response header:
If I force the mime-type to image/svg+xml, works as expected, also in the last chrome version:
The text was updated successfully, but these errors were encountered: