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
4 replies
Subscribers
4 subscribers
Views
1912 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hi Everybody, Yesterday we encounted an incident in our Appian 6.6.1 applic
felixl
over 11 years ago
Hi Everybody,
Yesterday we encounted an incident in our Appian 6.6.1 application when using the Send HTTP Request plugin. We use the service to get information from a REST Webservice. The REST service requires user credentials which we have supplied in the Send HTTP Request parameters. During the incident 30 - 50% or our requests were returning with a Unauthorized [401] error which we were not expecting because the service was given the correct user credentials.
We didn't have debug logging turned on so we don't have debug logs from the Send HTTP Request service. Are there any ways to determin if user credentials were correctly passed into the activity class?
To protect the password used in the process we encrypt it when we retrieve it from our database and decrypt it into the service input parameter. Is it possible that using the function 'passworddecrypt' in the smart service could have failed? This is harder for us to determine because the pass...
OriginalPostID-84721
OriginalPostID-84721
Discussion posts and replies are publicly visible
Parents
0
elizabeth.epstein
over 11 years ago
If you turn on debugging for com.appiancorp.util.http.HttpUtils you can verify whether the parameters are being added to the request properly.
If you turn on debugging for the main activity class (the name of this class will depend on what version of the plugin you're using) you'll see a bit more information as well.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
elizabeth.epstein
over 11 years ago
If you turn on debugging for com.appiancorp.util.http.HttpUtils you can verify whether the parameters are being added to the request properly.
If you turn on debugging for the main activity class (the name of this class will depend on what version of the plugin you're using) you'll see a bit more information as well.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data