Hi All,
i have created an WebApi which gets the data from a database, i have the URL(Web) which gets the data,
now what am trying to do is if i give this URL to the users and provide an service account , the user should be able to access this URL (Data), how can i achieve this, please suggest how on accessing the URL it asks the credentials and shows the data.(the users can be who dont have access to Appian or who has)
thanks in advance
Discussion posts and replies are publicly visible
Hi,
Your users need a REST client that can invoke the proper authorization parameters preemptively.
Right now a user cannot do this in the browser alone, without a client.
Try CURL or soapUI