mthizo247 / zuul-websocket-support-demo

A demo project to showcase netflix zuul proxy web socket support
Apache License 2.0
35 stars 37 forks source link

Can you describe the logic of implementation? #6

Open WangJi92 opened 6 years ago

WangJi92 commented 6 years ago

Can you describe the logic of implementation?

@Override
    public void registerStompEndpoints(StompEndpointRegistry registry) {
        registry.addEndpoint("/gs-guide-websocket")
                // bypasses spring web security
                .setAllowedOrigins("*");
    }

why can‘t proxy for ws