Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Adding parameters to rest-service-url

Hello Andre,

This is exactly normal behavior of an app to get such error in such situation. If your service is secure, and need login (username) and password, you haven't to send empty authentication fields.

Mark Bowen
Posts: 0
Joined: Fri Feb 21, 2014 11:13 pm

Adding parameters to rest-service-url

I am trying to use the settings service and I am a little confused!

I have configure the settings service (called service) and created a series of settings parameters for my app

I can expose that data through javascript (settings.userName) - how do I turn that into a REST service as described here https://devcenter.appery.io/documenta...

What do I actually put in the URL box - when all I want to do is access what is essentially local storage?

Sorry - I am sure this is a really stupid question!

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Adding parameters to rest-service-url

Hi Mark,

Here is a brief plan how to use settings in REST service:

  1. Create settings service and fill it with needed parameters.

  2. Open needed service. Choose your "settings service" in service settings tab.
    Details: http://prntscr.com/7edsaz/direct

  3. Then you can use any settings parameter in this service.
    Details:

    http://prntscr.com/7edsvf/direct
    http://prntscr.com/7edtj1/direct

    Regards.

Return to “Issues”