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
0 replies
Subscribers
7 subscribers
Views
669 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
User Interface
We are trying to do a httppost() from SAIL UI and make use by passing parameters
shyama
over 9 years ago
We are trying to do a httppost() from SAIL UI and make use by passing parameters
like Encoding Type and Content-Length. However, the Interface rule hangs on making changes to Content-Length value.Below is the rule snippet
httppost(
"
https://documentportalxyz.com"
,
{},
{},
{"UID","Encoding Type","Content-Length"},
{"ABCDEF","application/x-www-form-urlencoded",10},
"viewer_mode=vertical,application-name=BAIC,domain=EnterpriseBPM,reference-type=APNKEY,reference-number=DL_135_5472,document-list=OS7::{6D057FDF-477E-4663-B27E-A2CFE1D759A1},doctuple-list=555555"
)
How to pass the content-length to appian in SAIL UI
How to get the exact content-length value
OriginalPostID-185962
OriginalPostID-185962
Discussion posts and replies are publicly visible