[feature]: Websocket support on the extension #303
Labels
CodeDay
Issues and PRs associated with the CodeDay Labs partnership
good first issue
Good for newcomers
Is there an existing issue for this?
Summary
If available, websocket connections should be redirected through the browser extension, just like HTTP ones.
This has been already suggested in hoppscotch/hoppscotch#2194 but the issue was closed by the author as completed, even though it's not completed.
Why should this be worked on?
Because developing websockets is almost impossible else, since HTTPS pages can only connect to wss sockets, and in development TLS is usually skipped
The text was updated successfully, but these errors were encountered: