Check if the server request was completed by the ionic application

We now have an Ionic project that is almost complete, which comes with a php backend. To make the backend a little more protected from outside influences, we would like to make the backend accessible only from the ion project (native application). I tried to limit it to a domain, but since the native application does not have a domain that will not work.

I cannot show any code because I absolutely do not understand how to do this.

Thank you in advance

+4
source share
1 answer

we would like to make the backend available only from the ion project (native application).

DRM, , , , , , /​​ ( ) , .

, , ? ? , . , , - .

- PHP.

+2

Source: https://habr.com/ru/post/1626354/


All Articles