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
1 reply
Subscribers
4 subscribers
Views
1426 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
Hi, I have created a servlet plugin to instantiate a process. the cod
sivananthag
over 9 years ago
Hi,
I have created a servlet plugin to instantiate a process. the code works when invoke the servlet through browser ( Http doGet method)
But when i invoke it through POST (doPost method), I am getting 403 Unauthorized exception.
please suggest How to pass authentication information for POST request?
Thanks for your help
thanks
Jhothi
OriginalPostID-155574
OriginalPostID-155574
Discussion posts and replies are publicly visible
0
James Carter
Appian Employee
over 9 years ago
Stateless servlets are required to make POST requests. Standard servlets create a session for each request (often not desired for system-to-system integration) and are protected by CSRF tokens which cause the 403 response.
forum.appian.com/.../Custom_Servlet_Plug-ins.html
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel