The 'Access-Control-Allow-Origin' header contains multiple values 'http://localhost:8082, http://localhost:8082', but only one is allowed.
The 'Access-Control-Allow-Origin' header contains multiple values 'http://localhost:8082, http://localhost:8082', but only one is allowed.
可否在NGINX里,预先判断是否包含与$http_origin相同信息,如果有,则不添加。
使用服务器测试页,访问正常。http://test.hisouth.cn/websocket02/ ,请求头信息正常。
使用本地测试页,http://localhost:8082/,连接服务器WebSocket,就会出现多请求origin。
我找不到,在哪添加了两次(这里面使用的sockjs)。
请问,如果NGINX配置了跨域,而前端又添加,允许跨域请求头,是否会出现这样的重复问题。
http&http跨域
另外,请问websocket连接中,是否不允许重定向操作。