FCLT#88276 Voor AiAi bij unauthenticated aanroep GET api2/knowledgebase.json?scope=bo&client=aait&offset=0&limit=1000
svn path=/Website/branches/v2025.1/; revision=68610
This commit is contained in:
@@ -504,7 +504,11 @@ else // zitten we in een bestand wat het user-object nooit benadert
|
|||||||
__DoLog("Strange: access to user.checkAutorisation while no user is known (yet)");
|
__DoLog("Strange: access to user.checkAutorisation while no user is known (yet)");
|
||||||
Response.Status = "401 Unauthorized";
|
Response.Status = "401 Unauthorized";
|
||||||
Response.End;
|
Response.End;
|
||||||
}
|
},
|
||||||
|
lang: function ()
|
||||||
|
{
|
||||||
|
return "NL";
|
||||||
|
}
|
||||||
}
|
}
|
||||||
user.has = function () { return false; };
|
user.has = function () { return false; };
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user