Is there a way to configure REST URL dynamically ?
I'm trying to build an app which connect to Web Services of a web application.
The URL of the server should be configurable.
But it seems I can't use a user input to configure the REST URL.
Is there a way to do that ?
Thank you.