Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

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: 

      https://fake.com/ws/cws/jobs/ 

 

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

  • v-alq-msft's avatar
    v-alq-msft
    Community 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.