Hello,
I'm making rest API service with Authentication.
How I can return HTTP Status 403 if user enter invalid login or password?
Now returning Http status 200.
{
{
<Routes>
<Route Url="/auth/:login/:pass" Method="GET" Call="CheckUser" Cors="true"/>
}
{
set %response.ContentType = "application/json"
// my code to check auth
Set object.status = -1
Set object.message = "HTTP/1.


.png)