gpopides
09/04/2025, 1:57 PMJP Sugarbroad
09/04/2025, 3:19 PMgpopides
09/04/2025, 7:41 PMAleksei Tirman [JB]
09/05/2025, 8:13 AMAuthentication
plugin on the server didn't return a 401 status code on an empty token?gpopides
09/05/2025, 8:40 AMval token = ""
client.get(/v1/endpoint, {
header("Authorization", "Bearer $token")
}
and i could not step into the get()
route because 401 was returned