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!