Posts by Paulo Ricardo Jansen • 41 points
2 posts
-
1
votes1
answer163
viewsQ: Is it possible to request HTTP(POST, GET...) with android for any domain?
I have a back-end with PHP with URLS that return data to my front-end with Angular. It works normally because they are on the same domain. In the case of an android app that is outside the domain, I…
-
2
votes1
answer1846
viewsQ: How to host my angular application
I have the following directories in my angular application: node_modules/ src/ --client/ ----/app/ ----/index.html --server/ package.json file print I would like when the user accesses my site he…