You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@Override
public void registerStompEndpoints(StompEndpointRegistry registry) {
registry.addEndpoint("/gs-guide-websocket")
// bypasses spring web security
.setAllowedOrigins("*");
}
why can‘t proxy for ws
The text was updated successfully, but these errors were encountered:
Can you describe the logic of implementation?
why can‘t proxy for ws
The text was updated successfully, but these errors were encountered: