You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have an issue when I trying to call action via POST method and setup AccessControle behavior as 'roles' => ['@'], I get an error:
{"name":"Forbidden","message":"Login Required","code":0,"status":403,"type":"yii\web\ForbiddenHttpException"}
If I call this action via GET - its ok. Csrf - off
The text was updated successfully, but these errors were encountered:
Hello, I have an issue when I trying to call action via POST method and setup AccessControle behavior as 'roles' => ['@'], I get an error:
{"name":"Forbidden","message":"Login Required","code":0,"status":403,"type":"yii\web\ForbiddenHttpException"}
If I call this action via GET - its ok. Csrf - off
The text was updated successfully, but these errors were encountered: