Page 1 of 1

Dynamic domain rest service

Posted: Tue Jun 09, 2015 1:37 pm
by Josiel Denardi6690187

We make the duplicate from a base app for many customers. Each customer have your domain.

The rest service definition (request url) have se sintaxe:

http://domain.com/.

We can to do the sintaxe like below:

[url=http://{local]http://{local[/url] storage with domain name}/

Because, each new duplicate from app, we had that change the domain for all rest services.

Regards,


Dynamic domain rest service

Posted: Wed Jun 10, 2015 1:12 am
by Yurii Orishchuk

Hi Josiel,

Yes you can add some parameter to DB settings service.

Then you can use this parameter in URL and add it to "Query string tab" for any service uses this settings service.

Please read more about how to add parameters to URL here:
https://devcenter.appery.io/documenta...

Regards.