Dotnet
Authentication and Authorization - Registration Part 1

400 vs 422

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

I finished! On to the next chapter

Bad Request vs Unprocessable Entity

It's a debatable topic. The community has brought this topic up from time to time with the ASP.NET Team

Optional Fix

ASP.NET Middleware is very flexible and easily allows you to change the response when it validate the model. In fact, they're very open about the code (you can find it on Github).