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
3 replies
Subscribers
5 subscribers
Views
1340 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Plug-Ins
I am writing a servlet plugin to provide a REST API endpoint, but I am unable to
juana
over 11 years ago
I am writing a servlet plugin to provide a REST API endpoint, but I am unable to use PUT or DELETE requests as they are marked as unsafe methods in the web.xml. I was wondering what was the recommended way of enabling these methods for my servlet plugin without changing this setting globally?...
OriginalPostID-94519
OriginalPostID-94519
Discussion posts and replies are publicly visible
0
Patty Isecke
Appian Employee
over 11 years ago
Check out the Send HTTP Request Plugin:
forum.appian.com/.../summary
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
juana
over 11 years ago
We are using the Send HTTP Request Plugin when we are requesting REST resources through an external API from our process models; However, we are also attempting to build a REST API that outside applications may call, which is where we are looking to enable PUT and DELETE requests being received by our servlet plugin. Currently PUT/DELETE requests being received by Appian are being blocked and are not being forwarded on to the custom servlet plugin. I was hoping there would be a way to change this behavior only the url where we have the custom plugin mounted instead of all of Appian.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
prestonb
over 11 years ago
Hey, I'm having the same issue right now. Did you ever find a solution for this?
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel