Hi,
There is a way to enable servicedesk customers to access add-on REST api by specifying customercontext for it’s REST API url
<customercontext key="<some key>" path="/rest/<foo-bar>">
<uri regex="/.*"/>
</customercontext>
My question is if we could enable access to webwork action which is under “/secure” location, e.g. /secure/MyAction.jspa
The direct mapping of the REST solution to Webwork doesn’t work:
<customercontext key="<some key>" path="/secure/MyAction.jspa">
<uri regex="/.*"/>
</customercontext>
Thanks for any suggestions! )
Vasiliy