There is a site API, but the API is tied to the client’s IP address. And since the site is developing a mobile application (where clients will have different IP), then you need to make an intermediate server that will access the API, and the client will have an intermediate server. How can I do that? Maybe there are some ready-made solutions?
- Strange, why not bind the API to the server address to avoid problems when developing an "additional server" for mobile applications? - Ivan Vovk
- Well, it turns out that it will be, it is now tied to the address of the mobile developer, later when the intermediate server api is ready it will be tied to its address. - AndXor
|