how to link with standlone server?

Hi Support,

How to link with standlone server with PHP? which API method do this?

Thanks

mks

Hi Mks,

Could you please clarify what you mean by “link with standalone server”? What exactly are you trying to do?

Regards,
Mark

I want the app change the data (tables) on standalone server, How I can pass the server ip to the API.

Thanks

You can use the setUrl method in the Backendless class:

Thanks.

The server have internal ip and external ip with port? which url need to send to the method? (1 or 2)

  1. http://192.168.100.3:8888
    2 http://159.203.50.3:8888

Use the URL that the client will be able to reach the server with… ))

Thanks.

That should be ip+port.

The default url in sdk is “https://api.backendless.com
this is your installed server url, right?

I try
https://api.backendless.com

it reurn:
All works! dbe08313b4d0b3500d89ab925a4df0ffb97e752b 3.0.7 hotfix import

the standload seems do not similar url like

https://api.###.###

I check the documentation. the url should be “http://192.168.###.###:8080/api”.Thanks

Http://IP:80/appName works for me.