1
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 will have problems?
1
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 will have problems?
2
You will, but not because of Android, but because your server will need to be configured to accept connections from other domains. This is then a question more related to PHP than Android.
Android will only need permission to make a remote connection on AndroidManifest.xml
.
Browser other questions tagged php android http request
You are not signed in. Login or sign up in order to post.