Plugin - Review headers information

Assuming your plugin extends the sailpoint.rest.plugin.BasePluginResource class, you should be able to grab the raw HttpServletRequest (javax.servlet.http.HttpServletRequest) via the getRequest() method that the BasePluginResource inherits. That should give you all you need to pull request headers: HttpServletRequest (Java(TM) EE 8 Specification APIs)

1 Like