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
5 subscribers
Views
2177 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hi, In our project we have requirement, the UI are designed in .Net and whe
nikitar
over 10 years ago
Hi,
In our project we have requirement, the UI are designed in .Net and when the user login the task list from appian should be fetched and displayed in .Net UI.
For this we have written a servlet. When we trigger the servlet URL from the browser it will ask for credentials and when I give the credentials we are able to get the response from the servlet.
But when we are triggering the URL from .Net by passing credentials we are getting the html response of the Appian login page.
Could you please let me know how should we pass the credentials to Appian from .Net for accessing the servlet.
Thanks in Advance.
OriginalPostID-148872
OriginalPostID-148872
Discussion posts and replies are publicly visible
Parents
0
Amitkumar
over 9 years ago
This is what i got from documentation, did you try this one?
1.Change the url-pattern element in the appian-plugin.xml to <url-pattern>/stateless/tasklist</url-pattern> to make the servlet a stateless servlet. This will cause the servlet to no longer require an authenticated session and instead will protect it using HTTP Basic authentication.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Amitkumar
over 9 years ago
This is what i got from documentation, did you try this one?
1.Change the url-pattern element in the appian-plugin.xml to <url-pattern>/stateless/tasklist</url-pattern> to make the servlet a stateless servlet. This will cause the servlet to no longer require an authenticated session and instead will protect it using HTTP Basic authentication.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data