sockjs 请求/info 应该返回什么?? 400 报错
http://docs.spring.io/spring/docs/4.0.6.RELEASE/spring-framework-reference/htmlsingle/#websocket
The SockJS client begins by sending "GET /info" to obtain basic information from the server. After that it must decide what transport to use. If possible WebSocket is used. If not, in most browsers there is at least one HTTP streaming option and if not then HTTP (long) polling is used.
我需要自己写一个处理/info的方法吗?应该返回什么东西才是basic information。啥都没说。操蛋
自己不需要处理/info,spring自动处理了:
org.springframework.web.socket.sockjs.support.AbstractSockJsService
######回复
@bf109 : 知道了 我忘了写项目名了:joy: http://localhost:8080/fendou-jsnu/jsnu-websocket/info?t=1561515561803######大佬 这个该怎么设置啊?版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。