If I have a restlet that I want to call with a user event, do I need to do that with the external url of the restlet and send headers, or can it be done internally?
b
battk
02/05/2020, 5:12 PM
include the restlet code as a library for your user event and use it from there
battk
02/05/2020, 5:12 PM
or extract the shared code from the restlet into a custom module to share between the 2 scripts
✔️ 1
s
stalbert
02/05/2020, 7:42 PM
to answer the original question, AFAIK you have to use the external url in that case and hence authenticate.