Skip to main content

Hi,

Usually when accessing API data I can pass my user credentials using a HTTP caller and then the name of the API service.

However, for the service I'm using now its asking me to log in first, then access the API using a url. I can use a HTTP caller to pass my login credentials to the server, which results in a successful response: how then do I use the results of this to access the API service, which looks like this:

 

https://sww.watercore.net/API2.ashx/GetAvailableChannelListForExport

 

Thanks,

N

Ah! I used the "Use Authentication" check box and entered my credentials with a "Digest" authentication method.


Reply