-
-
Notifications
You must be signed in to change notification settings - Fork 81
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
Invalid Sec-WebSocket-Accept response #32
Comments
@lithinJames |
Hello @lithinJames, |
@tuluigi Hi! Can you please tell why should adding “/websocket” solve the issue? |
Thanks @tuluigi |
@WrathChaos Hi, I am also getting the same error. (Error Domain=SRWebSocketErrorDomain Code=2133 "Invalid Sec-WebSocket-Accept response" UserInfo={NSLocalizedDescription=Invalid Sec-WebSocket-Accept response}) |
Hello @Shankar105, |
@WrathChaos , Thanks you for your quick response. it was a problem with the server side code. |
Did you fix it? If you fixed it please share with us then people who have this problem can find it and solve it easily :) |
Same problem here. Can you share with us the solution? |
I am also facing the same issue "invalid sec-websocket-accept response". |
Amazing, Thanks @tuluigi |
Hi I’m getting "Invalid Sec-WebSocket-Accept response” error when connect to websocket server developed in java spring boot. Java client is able to successfully connect and send message,
Below is our code implementation
import StompClientLib
Error response is
Error Domain=SRWebSocketErrorDomain Code=2133 "Invalid Sec-WebSocket-Accept response" UserInfo={NSLocalizedDescription=Invalid Sec-WebSocket-Accept response}
Any help is much appreciated. Thanks in advance.
The text was updated successfully, but these errors were encountered: