Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在 Spring SockJS 实现中通过 websocket 添加自定义 cookie 吗?我们可以通过 http 请求/响应添加它的方式吗?
忘了提一下,我看到了从标头中读取 cookie 的方法 :: HttpHeaders headers= session.getHandshakeHeaders(); - 但我看不到设置标题的方法。使用标题我可以读取 cookie -但是如何设置它?
这一切仍在进行中,但此时您可以在 DefaultSockJsService 上配置 HandshakeInterceptor。这使您可以在握手前后访问请求和响应。