Closed
Description
-
Generate client, server & CA certs.
-
Write automated testcases
-
Add configurable CSRF, CORS & CSP options
-
Add websocket server support for browsers too
Reported by @ddustin on Discord
"It looks like the web browser based websocket api does not allow custom http headers. so I believe, in it's current form,
clnrest isn't usable in a web browser -- was that intentional? perhaps we could move the rune and node id to another field (uri
or websocket message) so we're compatible with web browsers. Here are four common solutions to the problem:
https://websockets.readthedocs.io/en/stable/topics/authentication.html"