Skip to content
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

[feature]: Websocket support on the extension #303

Open
1 task done
LuisMayo opened this issue May 16, 2023 · 1 comment
Open
1 task done

[feature]: Websocket support on the extension #303

LuisMayo opened this issue May 16, 2023 · 1 comment
Labels
fosshack Reserved for FOSS Hack Partner Projects Programme

Comments

@LuisMayo
Copy link

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

@amk-dev amk-dev transferred this issue from hoppscotch/hoppscotch Jul 4, 2024
@amk-dev amk-dev added the fosshack Reserved for FOSS Hack Partner Projects Programme label Jul 4, 2024
@HelixY2J
Copy link

This is interesting, initial idea I have is to use an Nginx server to handle wss:// connection from client and proxy them to ws:// connections on the websocket server.This should ensure secure websocket communication over HTTPS. Can this issue be assigned to me under FOSS Hack and I can start working on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fosshack Reserved for FOSS Hack Partner Projects Programme
Projects
None yet
Development

No branches or pull requests

3 participants