Forum Discussion
How can I authorize with one address and pull data with another?
I'm trying to connect to a web service.
The only issue is that to authorize the url is:
https://fake.com/ws/auth/login?usr_id=test&password=test
While to get the actual json the url is:
I've tried adding the authorization to the json url but that doesn't work, i've also tried using the credentials with the Basic option on the Access Web Content screen, and so far no dice.
Wondering if anyone would know how to make this work.
2 Replies
- lbendlinSuper User
what happens if you connect to https://fake.com/ws - does it refuse to connect or does it forward you to the auth sequence? If the latter then you can use https://fake.com/ws as yor base URL.
- v-alq-msftCommunity Support
Hi, Anonymous
I wonder what is the result when you use the credentials with the Basic option to authorize the first url. You may use the token returned from the first url in the second url's header or body with the web connector.
Best Regards
Allan
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.