IHttpRequestInterceptor - Get current user/session or context?

0
Hi all, I’m using a custom implementation of IHttpRequestInterceptor to modify a “Call REST” action request. Is there a way from the IHttpRequestInterceptor’s process method to get the current session/user or the mendix context of the action?  I’d like to use the cookies + headers of the user who triggered the action.  Thank you!  
asked
1 answers
-1

Try this method
https://apidocs.mendix.com/7/runtime/com/mendix/externalinterface/connector/RequestHandler.html#getSessionFromRequest-com.mendix.m2ee.api.IMxRuntimeRequest-boolean-

answered