OWASP / SecureTea-Project

The OWASP SecureTea Project provides a one-stop security solution for various devices (personal computers / servers / IoT devices)
https://securetea.org
MIT License
288 stars 141 forks source link

Wrong Status Codes #387

Closed parteekcoder closed 1 year ago

parteekcoder commented 1 year ago

In the serverApp

When the user pings a route and not authorized it returns with response code 404 (which is of resource not found)

Suggestion : All responses to unauthorized request should response with code like 401