-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Using websockets via Google chrome yields exception "Status and headers already sent #242
Comments
Can you try using SNAPSHOTs, I believe this was fixed. |
can you please provide the link for same ? i am using below dependency
|
is this fix added in Milestone 9 as when i try with this dependency (2.0.0.M9), it still gives me the same error. |
it should be yes. I just noticed in your stacktrace that you are getting a 403, that would indicate some kind of security issue to me. |
@ryanjbaxter Yeah, thanks for pointing in a right direction. it was an issue with access origin at server which is solved. Thanks a ton !! |
There's an open issue to report errors better with websockets |
Question
Using spring-cloud version - Finchley.M7. Facing an issue while sending a request from google chrome ui client to gateway. If i remove the gateway and send the request directly yo server then it works. Please check below error:
The text was updated successfully, but these errors were encountered: