Forum Discussion

segato's avatar
segato
Helper I
2 years ago
Solved

Using rest service as data source

This works perfectly fine in PostMan:

However I get a authentication error when trying to connect. Any ideas?

 

 

  • Anonymous's avatar
    Anonymous
    2 years ago

    HI segato,

    In fact, I faced some credentials issue that appeared when you work with anonymous mode with credentials directly apply on the whole URL.

    For this scenario, it can be fixed when you split on your URL to root URL and 'relative path' and use the root part to receive the credentials.

    Regards,

    Xiaoxin Sheng

3 Replies