Forum Discussion
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
3 Replies
- AnonymousNot applicable
Hi segato,
I'd like to suggest take a look at the following blog about use web connector and optional parameters if it suitabled to your scenario:
Regards,
Xiaoxin Sheng
- segatoHelper I
Thanks highly appreciated. But its related to handle your urls and not my issue?
- AnonymousNot 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