-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I login via postman? #6
Comments
Hi, thanks :) |
See https://github.com/AngularYii2/angularyii2.github.io/blob/master/modules/site/controllers/SiteCtrl.js#L1 It is REST client
For you it should be
|
А можно как то раскрыть занавес идеи, что необходимо обращаться не к localhost/v1/post, a к localhost/rest/web/v1/post ????? |
Сайт c9.io на то время не разрешал настройку вебсервера, поэтому корень нельзя было настроить. У себя вы можете как душе угодно. |
Сайт REST размещён на c9.io, его можно инициализировать, но он умирает через ~7 часов, потом опять... |
эти скриншоты я сделал у себя... поэтому и спрашиваю - так ли должно выглядеть приветствие? |
Нет - не так должно быть. Судя по ошибке, вы пытаетесь войти в backend часть, но он не пускает так как не может подлючить директорию |
За основу был взят - https://github.com/yiisoft/yii2-app-advanced |
Как раз я и использую последний fxp/composer-asset-plugin, ибо после установки версии по вашему примеру - композер загнулся. |
Hi, your git repo is awesome, and I would love to implement it in my project, but I wonder how can I can access the api url and login using postman.
because I've put the correct url and the correct model which is username and password, but i get the result of username : null, password : null
The text was updated successfully, but these errors were encountered: