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
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
Calling an API with an illegal character (non-ASCII, like ő) in a request header's value will result in a http 400 result and no exception on MVC side. The result does not contain any hints on what might be wrong or any callstack that could help diagnostics.
It would be great if there would be some more descriptive error (or even exception). I am using Application Insigths as well and this issue resulted in no request telemetry, no exception telemetry.
Calling an API with an illegal character (non-ASCII, like
ő) in a request header's value will result in a http 400 result and no exception on MVC side. The result does not contain any hints on what might be wrong or any callstack that could help diagnostics.It would be great if there would be some more descriptive error (or even exception). I am using Application Insigths as well and this issue resulted in no request telemetry, no exception telemetry.