I am currently developing web api c# using v3 api but when I tried to access the request url from other machine it always ask for login We are trying to use one account for many user. We created an api to create email contact using access token Goal is to prevent user to login if the web app access the request url already set allow access
... View more