Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
9 replies
Subscribers
7 subscribers
Views
7022 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
HTTP Query smart service
maheshp460
Certified Associate Developer
over 8 years ago
Hello Folks,
I am planing on using the HTTP Query smart service to consume REST API on an external system. Here are my questions
1. Does this smart service allow to make HTTPS calls?
2. If so, is there some configuration that needs to be done in Appian?
3. I need to make POST and DELETE calls. From documentation, appears this can be done.
4. How does authorization work? Can I use in the header like this: name: Authorization, value: "Bearer sxyslesmsdyyxxx"
Thanks in advance and Happy New Year.
OriginalPostID-256213
Discussion posts and replies are publicly visible
Parents
0
Andrew P Gramann
Certified Lead Developer
over 8 years ago
HTTPS uses at least 1 certificate by definition, but you MAY not have to do anything to get it to work. In other words, it might all be handled behind the scenes:
* If the API Server uses a server certificate which was issued by a publicly trusted certificate authority, then you should not have to do anything.
* If the certificate was issues by an internal certificate authority, then you will probably have to import the root CA's public key into the JVM keystore.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Andrew P Gramann
Certified Lead Developer
over 8 years ago
HTTPS uses at least 1 certificate by definition, but you MAY not have to do anything to get it to work. In other words, it might all be handled behind the scenes:
* If the API Server uses a server certificate which was issued by a publicly trusted certificate authority, then you should not have to do anything.
* If the certificate was issues by an internal certificate authority, then you will probably have to import the root CA's public key into the JVM keystore.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data