我可以使用 Spring SockJs websocket 实现添加 cookie
Posted
技术标签:
【中文标题】我可以使用 Spring SockJs websocket 实现添加 cookie【英文标题】:Can I add cookie with Spring SockJs websocket implementation 【发布时间】:2013-08-28 13:27:07 【问题描述】:我可以在 Spring SockJS 实现中通过 websocket 添加自定义 cookie 吗?我们可以通过 http 请求/响应添加它的方式吗?
忘了提一下,我看到了从标头中读取 cookie 的方法 :: HttpHeaders headers= session.getHandshakeHeaders(); - 但我看不到设置标题的方法。使用标题我可以读取 cookie -但是如何设置它?
【问题讨论】:
【参考方案1】:这一切仍在进行中,但此时您可以在 DefaultSockJsService 上配置 HandshakeInterceptor。这使您可以在握手前后访问请求和响应。
【讨论】:
在这里讨论过github.com/sockjs/sockjs-node/pull/29#issuecomment-2733120,暂时不用cookies以上是关于我可以使用 Spring SockJs websocket 实现添加 cookie的主要内容,如果未能解决你的问题,请参考以下文章
如何使用 spring+stomp+sockjs 获得 websocket 响应
Spring-Websockets 4.2 中使用 SockJS 的部分消息