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
Correct me if I'm wrong, but it's more like a server issue than a Dart one?
I don't think so, because WE are sending a header that is an INVALID http header, regardless of the server.
That said, there may be an impact on the off server side depending on the way they need/use From. @teolemon@stephanegigandet do you guys need that From, e.g. for your stats, and would a base64 version of the From be good enough for you?
cf. openfoodfacts/smooth-app#4813
cf. https://openfoodfacts.sentry.io/issues/3458725816/?project=5376745&referrer=github_integration
Managed to reproduce the issue trying to connect (
login2
) asUser(userId: 'លីវយី', password: '123')
Looks like the problem comes from
From
(haha) in the http header.It's expected to be an email address (cf. https://datatracker.ietf.org/doc/html/rfc9110#name-from).
But we put there the user name.
Looks like only ASCII or ISO-8859-1 are 100% expected to work.
The text was updated successfully, but these errors were encountered: