-
When an actual Websocket is closed from the browser (e.g. by closing the window) the server says:
~ WS#close(nil, nil, false)
~ Error closing websocket (#
-
Currently a websocket connection is started and all messages will go to one stream that handles updates.
Since different type of messages will be sent and arrive there needs to be a _MessageRouter_ t…
bbss updated
10 years ago
-
It would be good a specific section about Websockets and how to use it in OpenShift since there are some specifics things to implement(like the port, Secure Websockets (wss://), etc.)
-
Rather than requesting new data every 5 seconds, we could consider opening a request to the server that will only be completed if the data changes (and otherwise will time out and be repeated by the c…
-
### Steps to reproduce
1. Liked a pixelfed post from masto; received a notification in pixelfed and saw like count go +1
2. Unliked that same post from masto; notification was removed from pixelfed …
trwnh updated
5 years ago
-
- Site: [https://www.zaproxy.org](https://www.zaproxy.org)
**New Alerts**
- **PII Disclosure** [10062] total: 1:
- [https://www.zaproxy.org/docs/desktop/addons/websockets/pscanrules/](https:…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm requesting a site-…
-
- Site: [https://www.zaproxy.org](https://www.zaproxy.org)
**New Alerts**
- **PII Disclosure** [10062] total: 1:
- [https://www.zaproxy.org/docs/desktop/addons/websockets/pscanrules/](https:…
-
##### **Overview of the issue**
Spring Security 6 introduces an `@EnableWebSocketSecurity` annotation to replace the deprecated `AbstractSecurityWebSocketMessageBrokerConfigurer`.
However, th…
-
When proxying a websocket with `--rewrite '/ws/(.*) --> https://someserver.com/ws/$1'` local-web-server somehow mangles the response.