hoppscotch/hoppscotch-extension

[feature]: Websocket support on the extension

Open

#303 opened on May 16, 2023

 (5 comments) (3 reactions) (1 assignee)TypeScript (145 forks)auto 404
CodeDaygood first issue

Repository metrics

Stars
 (289 stars)
PR merge metrics
 (PR metrics pending)

Description

Is there an existing issue for this?

  • I have searched the existing issues

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

Contributor guide