You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's not currently possible. As a workaround you can put a reference to the Vert.x Web RoutingContext in local context data with io.vertx.core.Context#putLocal before handing over the request to proxy, then retrieve it in the interceptor with io.vertx.core.Context#getLocal.
We have plans to let users provide any kind of contextual data in #71
Describe the feature
I want to use session in ProxyInterceptor, is there any way to access session? If has, how to get it. Thanks very much!
The text was updated successfully, but these errors were encountered: