Open WangJi92 opened 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
Can you describe the logic of implementation?
why can‘t proxy for ws