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
We should parse all user input. This would greatly improve error handling and general API User Experience (e.g. raise a 400/422 error quickly instead of a 500 because Prosody refused the data).
And when I say parse, I really mean parse; not validate. If you wonder why, go read “Parse, don’t validate”.
The text was updated successfully, but these errors were encountered:
We should parse all user input. This would greatly improve error handling and general API User Experience (e.g. raise a 400/422 error quickly instead of a 500 because Prosody refused the data).
And when I say parse, I really mean parse; not validate. If you wonder why, go read “Parse, don’t validate”.
The text was updated successfully, but these errors were encountered: