Question
HttpServletRequest in Service
! ! !@@@
Is there a way to access current HttpServletRequest in Thingworx service? (defined in an extension?)
I could see there is a way to get current session.
ThreadLocalContext.getSession();
but not sure how we can get a request
