OlhenShu / ProjectStage_Team2_May

0 stars 0 forks source link

[GET /user/lang] In /user/lang incorrect response 403 Forbidden - need 401 Unauthorized #293

Open OlhenShu opened 1 month ago

OlhenShu commented 1 month ago

Environment: Firefox 116.0.3 (64-bit). Reproducible: always.

Preconditions Sign-in as Admin Moved to Swagger http://localhost:8065/swagger-ui.html#/

Steps to reproduce

  1. Click on User controller
  2. Click on GET /user/lang

Actual result Contain 403 Forbidden - Incorrect image

Expected result Need 401 Unauthorized (Need only these responses - 200 OK, 400 Bad request, 401 Unauthorized)