Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can you describe the logic of implementation? #6

Open
WangJi92 opened this issue Sep 8, 2018 · 0 comments
Open

Can you describe the logic of implementation? #6

WangJi92 opened this issue Sep 8, 2018 · 0 comments

Comments

@WangJi92
Copy link

WangJi92 commented Sep 8, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant