Skip to main content
July 7, 2021
Question

there is a way to create a https response with a web api with appian ?

  • July 7, 2021
  • 6 replies
  • 0 views

i already create a web api but the response is in htpp but in the third page that im going to use the appi they need to receive a https response instead of a http

6 replies

peter.lewis
Employee
July 7, 2021

Appian should always use https in enterprise installations - is it possible that you are using a local installation that isn't configured to run over SSL?

juanl0002Author
July 7, 2021

i create a web api but when i tested the response in a webpage it give me an error because it only receive https responses i looked in the documentation in appian and it looks the web api only give a http response

peter.lewis
Employee
July 7, 2021

That's strange, I've never seen this behavior before. Can you provide more information about how you created / executed your Web API? For instance, are you on a cloud site / on-premise / local installation? How is your Web API defined? How did you test it?

Also can you point to the documentation that mentions that the Web API uses HTTP instead of HTTPS?