Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
This works perfectly fine in PostMan:
However I get a authentication error when trying to connect. Any ideas?
Solved! Go to Solution.
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
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
Thanks highly appreciated. But its related to handle your urls and not my issue?
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