Hello guys,
I have a page html and I want call web api appian, but retrivied this error:
can you help me?
thanks
Discussion posts and replies are publicly visible
In this forum, we deal tips for details. The more details you provide, the more tips you will get.
https://docs.appian.com/suite/help/22.3/Appian_Administration_Console.html#origins
Thanks.
I have a mail with html and javascript, when user click botton into mail, call web api appian, but I get error into image.
ca you help me?
Thanks!
You cannot call an API in Appian from some HTML in an email. Any API call requires authentication. And, to be able to modify any data in Appian, that API has to use the POST method. And you cannot do a POST from a link.
ok, but if I enable web api authentication with API_KEY and I insert this api_key into header post, the authentication it should work?
If you want to break a major security hole into your application, then yes.
NEVER DO THIS !!!!
thanks Stefan, it's clear.