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

Q: HTTP communication over unix domain sockets #1058

Open
rudolfochrist opened this issue Dec 25, 2023 · 1 comment
Open

Q: HTTP communication over unix domain sockets #1058

rudolfochrist opened this issue Dec 25, 2023 · 1 comment

Comments

@rudolfochrist
Copy link

Hi,

is it possible to configure webview in a way that communication happens over unix domain sockets instead of TCP? I have a
HTTP server running locally that communicates over USD. I can send request with curl:

$ curl --unix-socket hunch.sock 'http://localhost/foo'
Hi

What do I need to do to have webview communicate with the server over the hunch.sock socket? Thanks in advance.

  • Sebastian
@e3ndr
Copy link
Contributor

e3ndr commented Jan 3, 2024

Most browsers do not support unix sockets at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants