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 have a sample app that makes http get requests to Unsplash's API. The results are in the form of application/json, encoded in UTF-8. Unfortunately, the content-type on the return is application/json, not application/json; charset=utf-8.
Ask: allow overriding the default content type charset to UTF-8. Or, ignore the standard and make UTF-8 the default as it's what most people expect, and I suspect what web browsers do by default.
The text was updated successfully, but these errors were encountered:
I have a sample app that makes http get requests to Unsplash's API. The results are in the form of
application/json
, encoded in UTF-8. Unfortunately, thecontent-type
on the return isapplication/json
, notapplication/json; charset=utf-8
.See flutter/samples#586 for details.
Ask: allow overriding the default content type charset to UTF-8. Or, ignore the standard and make UTF-8 the default as it's what most people expect, and I suspect what web browsers do by default.
The text was updated successfully, but these errors were encountered: