We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
WebSocketSubscription2021 is a new more secure version of the web sockets protocol .
Be back-compatible: use he old protocol where only it is available.
Suggest implement a short-cut discovery by converting the Update-via: header discovery to work for WebSocketSubscription2021
Update-via:
Also do the loner discovery which is being developed. when that is available.
The text was updated successfully, but these errors were encountered:
Looking at the new spec, webSockets need authentication which means - we need in rdflib authentication - or (rather how I'd do) pass to the UpdateManager the authSession (this might be enough). Remark: the place that needs change is: https://github.com/linkeddata/rdflib.js/blob/main/src/update-manager.ts#L616
Sorry, something went wrong.
No branches or pull requests
WebSocketSubscription2021 is a new more secure version of the web sockets protocol .
Be back-compatible: use he old protocol where only it is available.
Suggest implement a short-cut discovery by converting the
Update-via:
header discovery to work for WebSocketSubscription2021Also do the loner discovery which is being developed. when that is available.
The text was updated successfully, but these errors were encountered: