Hello All,
In 19.2 Cloud instance, designed webapi for posting the response from external systems. into Appian.. Appian login details are configured part of the URL and tested the WebAPI successfully using PostMan.
Also added the external domain name in the CORS allowed Origins.
Now the challenge is , response from external systems are not posted to Appian. Please let us know whether failed authentications are logged into Appian. We are using Cloud and don't have access to all the logs.
At this moment, no logs are available in external system.
Please let us know whether can debug this using Appian server logs or do we miss any configurations in Appian
Discussion posts and replies are publicly visible
Failed Authentication response should be shown in Postman itself
Thanks Anthur for looking into this. Post man test went through fine and posted successfully in Appian.We didn’t see any issues in postman.
From external website post is not successful.Looking for some help in identifying any configuring setup is missing from Appian. Also
Added external domain name in CORS allowed origins
Check application server log if its a CORS failure then it will be logged message would be something similar to
INFO [stdout] (ajp-/0.0.0.0:8009-1) javax.servlet.ServletException: CORS origin denied mycomputer.mydomain.com not on allowed list:[]
Thanks Ankur. We didnt find any failure exception msgs in the logs.. Please let us know whether all the requests(failure or success) from third party sites will be logged in Appian server. Sorry to ask this, we don't have access to third party website logs..So that is the reason we would like to give a try as much as from appian .
Hi baratc -
What is, or is not happening when you test the call from the integration designer interface?
Appian doesn't log all the API transaction data right now.
Hi Robert,
API call is working perfectly from integration designer interface and also tried testing using postman.
But from external website, couldn't post the request using this API. We have added external domain name in CORS allowed origins. Currently couldnt' find any authentication failure messages in the appian logs .. So we are trying to debug whether API call is triggered from external website and reached appian server or not.
Thanks for looking into this,