wrong jwt Response statuscode = 0 and not 401

i send a wrong jwt and the response status is 0 and not 401 ?

Bearer sdasdasd

I don't see that happening. Do you have a sample project reproducing the issue?

i have the solution: i have change the sort order middleware -> jwt is now the last middleware, and now the status is 401 ;-)

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.