Re: A few questions over the websocket configuratior checkOrigin method

2019-02-22 Thread Mark Thomas
On 22/02/2019 13:16, Johan Compagner wrote: > https://docs.oracle.com/javaee/7/api/javax/websocket/server/ServerEndpointConfig.Configurator.html#checkOrigin-java.lang.String- > > first it says > > " The platform default implementation of this method makes a check of the > validity of the Origin h

A few questions over the websocket configuratior checkOrigin method

2019-02-22 Thread Johan Compagner
https://docs.oracle.com/javaee/7/api/javax/websocket/server/ServerEndpointConfig.Configurator.html#checkOrigin-java.lang.String- first it says " The platform default implementation of this method makes a check of the validity of the Origin header sent along with the opening handshake following th