Forum Discussion
segato
2 years agoHelper I
Using rest service as data source
This works perfectly fine in PostMan: However I get a authentication error when trying to connect. Any ideas?
- Anonymous2 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
segato
2 years agoHelper I
Thanks highly appreciated. But its related to handle your urls and not my issue?
Anonymous
2 years agoNot applicable
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