quick question.... I need to create a RESTlet that listens and responds to a HTTP POST from an external program's webhook. The external program's webhook does not allow manipulation of the headers to allow authentication. Basically wondering if I can create a RESTlet that will listen and respond to un-authenticated requests. I really don't want to use a proxy in between