-
Notifications
You must be signed in to change notification settings - Fork 11
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
Secure WebSockets #105
Comments
michielbdejong
added a commit
that referenced
this issue
Oct 7, 2022
Ah wait, the webhook sends a POST body, not a GET query, of course. |
|
Got the tests passing on my laptop, now let's see if they also pass in GitHub Actions. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The new Notifications protocol that is expected to become required in addition to the current pubsub protocol requires:
pub
format, same as for webhooksSo far I created the rudimentary https://github.com/pdsinterop/solid-nextcloud/blob/main/solid/lib/Controller/SolidWebsocketController.php which points to the old pubsub server.
I thought of a way to improve this:
The text was updated successfully, but these errors were encountered: