Issue
I'm using yii user and rights for creating rbac in yii. i also uses restfullyii for Restfull services.
Now i need to merge the yii user and restfullyii, so that when i submit username and password in the client side(frontend), i should pass it through restfullyii to yii user and checks for the login credentials and return the appropriate message to the client.
When i tried the url with the Chrome Advanced Rest Client Application extension, i get the following error.
<h2>Error 404</h2>
<div class="error">
Unable to resolve the request "user/REST.POST".</div></div><!-- content -->
How to merge yii user and restfullyii extensions.
Solution
Your routes are wrong that's why you are not able to resolv any page. check on configuration main.php your restfull yii routes first. then try to get into the app using domain.me/index.php/api/
Answered By - Luis Parada
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.