Posts by Guilherme M • 23 points
3 posts
-
0
votes0
answers136
viewsQ: Ionic 3 + Standard. Problem with http request on server
Edit: Solution 000webhost does not accept requests 'options' on your free plan. I was able to solve the problem by making the Lockable available on local network with the function php artisan serve…
-
0
votes2
answers1162
viewsA: Ionic - wait for http get return
I want to thank you for your help, Lucas, and tell you how I arrived at the final solution to my problem. I used the code you gave in response to get the value of a file. To wait for the return of…
-
2
votes2
answers1162
viewsQ: Ionic - wait for http get return
Edit: solution in the third answer. I’m trying to do a login function for a project on Ionic 2. This function checks if the user is registered in the database through the php server and returns the…